1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Fix a typo in a comment.

llvm-svn: 78362
This commit is contained in:
Dan Gohman 2009-08-07 01:26:06 +00:00
parent 48b49cf5b9
commit d56b4f622f

View File

@ -58,7 +58,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
// If we find an add of a constant or a multiplied value, it's
// likely that the other operand will lead us to the base
// object. We don't have to worry about the case where the
// object address is somehow being computed bt the multiply,
// object address is somehow being computed by the multiply,
// because our callers only care when the result is an
// identifibale object.
if (U->getOpcode() != Instruction::Add ||