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:
93b8e49
)
mark call adjustments as modifying the SP
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 18:00:26 +0000
(18:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 18:00:26 +0000
(18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30911
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrInfo.td
b/lib/Target/ARM/ARMInstrInfo.td
index 9873e44eb8c3304ddabe18ca31aec08ac4bb37e1..4cf271bf018b33ab2fff352825122a411100c451 100644
(file)
--- a/
lib/Target/ARM/ARMInstrInfo.td
+++ b/
lib/Target/ARM/ARMInstrInfo.td
@@
-95,11
+95,11
@@
def armfmdrr : SDNode<"ARMISD::FMDRR", SDTarmfmdrr, []>;
def ADJCALLSTACKUP : InstARM<(ops i32imm:$amt),
"!ADJCALLSTACKUP $amt",
- [(callseq_end imm:$amt)]>;
+ [(callseq_end imm:$amt)]>
, Imp<[R13],[R13]>
;
def ADJCALLSTACKDOWN : InstARM<(ops i32imm:$amt),
"!ADJCALLSTACKDOWN $amt",
- [(callseq_start imm:$amt)]>;
+ [(callseq_start imm:$amt)]>
, Imp<[R13],[R13]>
;
let isReturn = 1 in {
def bx: InstARM<(ops), "bx r14", [(retflag)]>;