Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.34 -> 1.35 --- Log message: Operand 1 of TRUNCSTORE can be any of integer and floating point types. --- Diffs of the changes: (+1 -1) TargetSelectionDAG.td | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/TargetSelectionDAG.td diff -u llvm/lib/Target/TargetSelectionDAG.td:1.34 llvm/lib/Target/TargetSelectionDAG.td:1.35 --- llvm/lib/Target/TargetSelectionDAG.td:1.34 Wed Dec 21 20:25:14 2005 +++ llvm/lib/Target/TargetSelectionDAG.td Fri Dec 23 01:30:30 2005 @@ -156,7 +156,7 @@ SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT> ]>; def SDTTruncStore : SDTypeProfile<0, 4, [ // truncstore - SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT> + SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT> ]>; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits