OSDN Git Service

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 0945a57..a56bb67 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);