[X86] Remove unused SDTypeProfile. NFC

llvm-svn: 297594
This commit is contained in:
Craig Topper 2017-03-12 23:05:03 +00:00
parent 2b92542908
commit 111b2d6997
1 changed files with 0 additions and 2 deletions

View 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>;