diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-07 01:26:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-07 01:26:06 +0000 |
commit | 6c0c21954cd26cf874553edc055ce39a87663d8c (patch) | |
tree | 05346234f1d3a03bdfe6da11fde941d664835cc1 /llvm/lib | |
parent | b972e5633fea7499cce15382fa719984d5e977fd (diff) | |
download | bcm5719-llvm-6c0c21954cd26cf874553edc055ce39a87663d8c.tar.gz bcm5719-llvm-6c0c21954cd26cf874553edc055ce39a87663d8c.zip |
Fix a typo in a comment.
llvm-svn: 78362
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 221fd8b098a..cb689cdc8a5 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -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 || |