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:
dc0b0ef
)
Fix comment.
author
Eric Christopher
<echristo@apple.com>
Sun, 17 Oct 2010 01:42:53 +0000
(
01:42
+0000)
committer
Eric Christopher
<echristo@apple.com>
Sun, 17 Oct 2010 01:42:53 +0000
(
01:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116680
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMFastISel.cpp
b/lib/Target/ARM/ARMFastISel.cpp
index 7dd11ffb3e580fc33a9283efa99f76621e0c84e2..11ef6c2959c9f2d57288bab9fa64919e81ad38df 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
lib/Target/ARM/ARMFastISel.cpp
@@
-758,7
+758,7
@@
bool ARMFastISel::ARMEmitLoad(EVT VT, unsigned &ResultReg,
ResultReg = createResultReg(RC);
// For now with the additions above the offset should be zero - thus we
- // can always fit into an i
8
.
+ // can always fit into an i
12
.
assert((Base.Reg == ARM::SP || Offset == 0) &&
"Offset not zero and not a stack load!");