Fix a typo in a comment.

llvm-svn: 64859
This commit is contained in:
Dan Gohman 2009-02-18 00:08:39 +00:00
parent 51189468ea
commit d0b1fbd983
1 changed files with 1 additions and 1 deletions

View 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);