diff options
author | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
commit | ab4c366274a582dd8146b2820c6b999cad5fce36 (patch) | |
tree | e001ba4266c9828f1ef1d35dd1df18f3d1a633fe /lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | |
parent | ab8f3fd2e1c07231deffba8ea4ecd06ac559afe4 (diff) | |
download | external_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.zip external_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.tar.gz external_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.tar.bz2 |
Spelling fix: consequtive -> consecutive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp')
-rw-r--r-- | lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index c2a8b7c..78ff734 100644 --- a/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -165,7 +165,7 @@ Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { if (LI.isVolatile()) return 0; // Do really simple store-to-load forwarding and load CSE, to catch cases - // where there are several consequtive memory accesses to the same location, + // where there are several consecutive memory accesses to the same location, // separated by a few arithmetic operations. BasicBlock::iterator BBI = &LI; if (Value *AvailableVal = FindAvailableLoadedValue(Op, LI.getParent(), BBI,6)) |