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:
7658445
)
Doh
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 8 Dec 2007 01:01:07 +0000
(
01:01
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 8 Dec 2007 01:01:07 +0000
(
01:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44694
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMRegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMRegisterInfo.cpp
b/lib/Target/ARM/ARMRegisterInfo.cpp
index 04c83d06b228bb4d7592984c1a08ee1283163d2b..64a9039585775554ee4d55319fce62ebfbf3d9aa 100644
(file)
--- a/
lib/Target/ARM/ARMRegisterInfo.cpp
+++ b/
lib/Target/ARM/ARMRegisterInfo.cpp
@@
-429,7
+429,7
@@
MachineInstr *ARMRegisterInfo::foldMemoryOperand(MachineInstr *MI,
bool ARMRegisterInfo::canFoldMemoryOperand(MachineInstr *MI,
SmallVectorImpl<unsigned> &Ops) const {
- if (Ops.size() != 1) return
0
;
+ if (Ops.size() != 1) return
false
;
unsigned OpNum = Ops[0];
unsigned Opc = MI->getOpcode();