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:
33e4869
)
mark adjcallstack up/down as clobbering and using the SP
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 17:56:34 +0000
(17:56 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Oct 2006 17:56:34 +0000
(17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30908
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrInfo.td
b/lib/Target/PowerPC/PPCInstrInfo.td
index b044d77db8749708ae55d233da7288662569f041..a61aff018cc9b42612444f8d86faa3729fc743c3 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrInfo.td
+++ b/
lib/Target/PowerPC/PPCInstrInfo.td
@@
-276,10
+276,10
@@
def FPContractions : Predicate<"!NoExcessFPPrecision">;
let hasCtrlDep = 1 in {
def ADJCALLSTACKDOWN : Pseudo<(ops u16imm:$amt),
"${:comment} ADJCALLSTACKDOWN",
- [(callseq_start imm:$amt)]>;
+ [(callseq_start imm:$amt)]>
, Imp<[R1],[R1]>
;
def ADJCALLSTACKUP : Pseudo<(ops u16imm:$amt),
"${:comment} ADJCALLSTACKUP",
- [(callseq_end imm:$amt)]>;
+ [(callseq_end imm:$amt)]>
, Imp<[R1],[R1]>
;
def UPDATE_VRSAVE : Pseudo<(ops GPRC:$rD, GPRC:$rS),
"UPDATE_VRSAVE $rD, $rS", []>;