Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 00:08:39 +0000 (00:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 00:08:39 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64859 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index 0945a5759f89808d53ba4aa13eb3f05459f66ff0..a56bb6704f562b617a04c47fc85a9134cba7e274 100644 (file)
@@ -509,7 +509,7 @@ static bool IVUseShouldUsePostIncValue(Instruction *User, Instruction *IV,
   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);