Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.122 -> 1.123 --- Log message: CALLSEQ_* produces chain even if that's not needed. --- Diffs of the changes: (+4 -2) AlphaInstrInfo.td | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.122 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.123 --- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.122 Mon Jul 31 13:42:49 2006 +++ llvm/lib/Target/Alpha/AlphaInstrInfo.td Fri Aug 11 04:01:43 2006 @@ -33,8 +33,10 @@ // These are target-independent nodes, but have target-specific formats. def SDT_AlphaCallSeq : SDTypeProfile<0, 1, [ SDTCisVT<0, i64> ]>; -def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AlphaCallSeq,[SDNPHasChain]>; -def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AlphaCallSeq,[SDNPHasChain]>; +def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AlphaCallSeq, + [SDNPHasChain, SDNPOutFlag]>; +def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AlphaCallSeq, + [SDNPHasChain, SDNPOutFlag]>; //******************** //Paterns for matching _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits