projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ece69a
)
Thumb2 should use the register scavenger.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Jul 2009 01:05:51 +0000
(
01:05
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Jul 2009 01:05:51 +0000
(
01:05
+0000)
llvm-svn: 76930
llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
b/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
index 93ad7bd0d1393f7d0fac81e80c32451a33046f80..f2351e25de18a7c76bf2e5eefd16fe35f3391871 100644
(file)
--- a/
llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
+++ b/
llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
@@
-161,8
+161,7
@@
immediateOffsetOpcode(unsigned opcode)
bool Thumb2RegisterInfo::
requiresRegisterScavenging(const MachineFunction &MF) const {
- // FIXME
- return false;
+ return true;
}
int Thumb2RegisterInfo::