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 | 53bdae3802c758bcc32317adfdb065411e272661 (patch) | |
tree | da7a6d57c25c35e0874b7574610c634b42a6b71f /llvm/lib/Transforms | |
parent | bbd6b6ddf4f13db48189e94a793b132e7adcaa9f (diff) | |
download | bcm5719-llvm-53bdae3802c758bcc32317adfdb065411e272661.tar.gz bcm5719-llvm-53bdae3802c758bcc32317adfdb065411e272661.zip |
Fix a comment typo.
llvm-svn: 90487
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp index 9ca90c333af..b59868f80fb 100644 --- a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/llvm/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 |