Typo fix in comment. NFC
authorDiana Picus <diana.picus@linaro.org>
Thu, 4 Aug 2016 08:25:08 +0000 (08:25 +0000)
committerDiana Picus <diana.picus@linaro.org>
Thu, 4 Aug 2016 08:25:08 +0000 (08:25 +0000)
llvm-svn: 277704

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 6a74430..df92845 100644 (file)
@@ -11546,7 +11546,7 @@ bool DAGCombiner::MergeConsecutiveStores(StoreSDNode* St) {
   if (StoreNodes.size() < 2)
     return false;
 
-  // only do dep endence check in AA case
+  // only do dependence check in AA case
   bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA
                                                   : DAG.getSubtarget().useAA();
   if (UseAA && !checkMergeStoreCandidatesForDependencies(StoreNodes))