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:
1e5e974
)
adjcallstackup/down clobbers the stack pointer
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 17:57:58 +0000
(17:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 17:57:58 +0000
(17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30909
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Sparc/SparcInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Sparc/SparcInstrInfo.td
b/lib/Target/Sparc/SparcInstrInfo.td
index 713f0e52d92cb727112c9c49de2d3c2d137b0b7d..aa7516db446146c7acb6df4ebb7468e9893e6ddc 100644
(file)
--- a/
lib/Target/Sparc/SparcInstrInfo.td
+++ b/
lib/Target/Sparc/SparcInstrInfo.td
@@
-205,10
+205,10
@@
class Pseudo<dag ops, string asmstr, list<dag> pattern>
def ADJCALLSTACKDOWN : Pseudo<(ops i32imm:$amt),
"!ADJCALLSTACKDOWN $amt",
- [(callseq_start imm:$amt)]>;
+ [(callseq_start imm:$amt)]>
, Imp<[O6],[O6]>
;
def ADJCALLSTACKUP : Pseudo<(ops i32imm:$amt),
"!ADJCALLSTACKUP $amt",
- [(callseq_end imm:$amt)]>;
+ [(callseq_end imm:$amt)]>
, Imp<[O6],[O6]>
;
def IMPLICIT_DEF_Int : Pseudo<(ops IntRegs:$dst),
"!IMPLICIT_DEF $dst",
[(set IntRegs:$dst, (undef))]>;