OSDN Git Service

[X86] Remove unused SDTypeProfile. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 12 Mar 2017 23:05:03 +0000 (23:05 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 12 Mar 2017 23:05:03 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297594 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrFragmentsSIMD.td

index 82ba58d..39befdf 100644 (file)
@@ -37,8 +37,6 @@ def load_mvmmx : PatFrag<(ops node:$ptr),
 def SDTX86VFCMP : SDTypeProfile<1, 3, [SDTCisFP<0>, SDTCisVec<0>,
                                        SDTCisSameAs<0, 1>, SDTCisSameAs<1, 2>,
                                        SDTCisVT<3, i8>]>;
-def SDTX86CmpTestSae : SDTypeProfile<1, 3, [SDTCisVT<0, i32>, 
-                                     SDTCisSameAs<1, 2>, SDTCisInt<3>]>;
 
 def X86fmin    : SDNode<"X86ISD::FMIN",      SDTFPBinOp>;
 def X86fmax    : SDNode<"X86ISD::FMAX",      SDTFPBinOp>;