[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

Evan Cheng evan.cheng at apple.com
Fri Aug 11 02:03:48 PDT 2006



Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.281 -> 1.282
---
Log message:

CALLSEQ_* produces chain even if that's not needed.

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

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


Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.281 llvm/lib/Target/X86/X86InstrInfo.td:1.282
--- llvm/lib/Target/X86/X86InstrInfo.td:1.281	Thu Jul 20 16:37:39 2006
+++ llvm/lib/Target/X86/X86InstrInfo.td	Fri Aug 11 04:03:33 2006
@@ -67,7 +67,7 @@
 
 def X86callseq_start :
                  SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
-                        [SDNPHasChain]>;
+                        [SDNPHasChain, SDNPOutFlag]>;
 def X86callseq_end :
                  SDNode<"ISD::CALLSEQ_END",   SDT_X86CallSeqEnd,
                         [SDNPHasChain, SDNPInFlag, SDNPOutFlag]>;






More information about the llvm-commits mailing list