]> granicus.if.org Git - llvm/commitdiff
Typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 15 Jun 2016 21:41:22 +0000 (21:41 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 15 Jun 2016 21:41:22 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272846 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/DeadStoreElimination.cpp

index e6d39a71868031980d3223163446cbb45a0f7f36..e0f6099dab5639f1243f5367db44b7a8a55ff0fe 100644 (file)
@@ -835,7 +835,7 @@ static bool eliminateDeadStores(BasicBlock &BB, AliasAnalysis *AA,
       // Get the memory clobbered by the instruction we depend on.  MemDep will
       // skip any instructions that 'Loc' clearly doesn't interact with.  If we
       // end up depending on a may- or must-aliased load, then we can't optimize
-      // away the store and we bail out.  However, if we depend on on something
+      // away the store and we bail out.  However, if we depend on something
       // that overwrites the memory location we *can* potentially optimize it.
       //
       // Find out what memory location the dependent instruction stores.