[llvm-commits] CVS: llvm/lib/Target/TargetSelectionDAG.td
Evan Cheng
evan.cheng at apple.com
Thu Dec 22 23:30:42 PST 2005
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>
]>;
More information about the llvm-commits
mailing list