ARM callseq_end should have a input flag operand so it would be scheduled right after the call.

llvm-svn: 33832
This commit is contained in:
Evan Cheng 2007-02-03 09:11:58 +00:00
parent 4b6c8f7f5e
commit 456db39ea9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def ARMWrapperJT : SDNode<"ARMISD::WrapperJT", SDTIntBinOp>;
def ARMcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARMCallSeq,
[SDNPHasChain, SDNPOutFlag]>;
def ARMcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARMCallSeq,
[SDNPHasChain, SDNPOutFlag]>;
[SDNPHasChain, SDNPInFlag, SDNPOutFlag]>;
def ARMcall : SDNode<"ARMISD::CALL", SDT_ARMcall,
[SDNPHasChain, SDNPOptInFlag, SDNPOutFlag]>;