commit | b3b3c55c35503c18dc78d3cfbf8167adafa5f8ad | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Feb 18 00:08:39 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Feb 18 00:08:39 2009 +0000 |
tree | a1fdfcb8fa903aa87ada531f4f71d0e3b3ac9b77 | |
parent | 394c508a628cbd2fd1ca915486fb8a261b73db4e [diff] [blame] |
Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64859 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 0945a57..a56bb67 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -509,7 +509,7 @@ return true; } -/// isAddress - Returns true if the specified instruction is using the +/// isAddressUse - Returns true if the specified instruction is using the /// specified value as an address. static bool isAddressUse(Instruction *Inst, Value *OperandVal) { bool isAddress = isa<LoadInst>(Inst);