projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8619864
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 7 Aug 2009 01:26:06 +0000
(
01:26
+0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 7 Aug 2009 01:26:06 +0000
(
01:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78362
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/ScheduleDAGInstrs.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/ScheduleDAGInstrs.cpp
b/lib/CodeGen/ScheduleDAGInstrs.cpp
index 221fd8b098a96a57b7771084b98fb94083ea4d10..cb689cdc8a5eaf9c3115b2c0ff3ae91a7e64433c 100644
(file)
--- a/
lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/
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 b
t
the multiply,
+ // object address is somehow being computed b
y
the multiply,
// because our callers only care when the result is an
// identifibale object.
if (U->getOpcode() != Instruction::Add ||