Changes in directory llvm/lib/Target/ARM:

ARMInstrInfo.td updated: 1.87 -> 1.88
---
Log message:

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

---
Diffs of the changes:  (+1 -1)

 ARMInstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMInstrInfo.td
diff -u llvm/lib/Target/ARM/ARMInstrInfo.td:1.87 
llvm/lib/Target/ARM/ARMInstrInfo.td:1.88
--- llvm/lib/Target/ARM/ARMInstrInfo.td:1.87    Tue Jan 30 14:37:08 2007
+++ llvm/lib/Target/ARM/ARMInstrInfo.td Sat Feb  3 03:11:58 2007
@@ -46,7 +46,7 @@
 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]>;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to