diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-12-03 21:47:07 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-12-03 21:47:07 +0000 |
commit | 4a8ee23a8181f668dc294b417f67e1675ad391ab (patch) | |
tree | fe23890c8d1c24d086a2470615ac43a9104385ae /lib/Transforms/Scalar/CodeGenPrepare.cpp | |
parent | 9993b88f06fd54c0be31d35f0970ada70a4c0439 (diff) |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/CodeGenPrepare.cpp')
-rw-r--r-- | lib/Transforms/Scalar/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/CodeGenPrepare.cpp b/lib/Transforms/Scalar/CodeGenPrepare.cpp index 9ca90c333a..b59868f80f 100644 --- a/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/lib/Transforms/Scalar/CodeGenPrepare.cpp @@ -563,7 +563,7 @@ static bool IsNonLocalValue(Value *V, BasicBlock *BB) { return false; } -/// OptimizeMemoryInst - Load and Store Instructions have often have +/// OptimizeMemoryInst - Load and Store Instructions often have /// addressing modes that can do significant amounts of computation. As such, /// instruction selection will try to get the load or store to do as much /// computation as possible for the program. The problem is that isel can only |