diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 713f0e52d92..aa7516db446 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -205,10 +205,10 @@ class Pseudo 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))]>;