Operand 1 of TRUNCSTORE can be any of integer and floating point types.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 23 Dec 2005 07:30:30 +0000 (07:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 23 Dec 2005 07:30:30 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24989 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetSelectionDAG.td

index 5395c4389540d2ac787c0058f1b47d35b5a250cf..afe7de185d8c7baaae2d2957f55325f6a3d13e54 100644 (file)
@@ -156,7 +156,7 @@ def SDTIntExtLoad : SDTypeProfile<1, 3, [  // sextload, zextload
   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>
 ]>;