diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-10-12 17:57:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-10-12 17:57:58 +0000 |
| commit | d376e9f4ac1bec2a308822bcf1b84aac63d4c906 (patch) | |
| tree | 160b0939414568fb37814435338d91a27a986089 /llvm/lib/Target/Sparc | |
| parent | 7374bc05770f3aefcebf87cc57c36af25a7c2232 (diff) | |
| download | bcm5719-llvm-d376e9f4ac1bec2a308822bcf1b84aac63d4c906.tar.gz bcm5719-llvm-d376e9f4ac1bec2a308822bcf1b84aac63d4c906.zip | |
adjcallstackup/down clobbers the stack pointer
llvm-svn: 30909
Diffstat (limited to 'llvm/lib/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.td b/llvm/lib/Target/Sparc/SparcInstrInfo.td index 713f0e52d92..aa7516db446 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.td +++ b/llvm/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))]>; |

