OSDN Git Service

[X86] Removed unused SDTypeProfile. NFC
authorCraig Topper <craig.topper@intel.com>
Mon, 11 Feb 2019 07:30:48 +0000 (07:30 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 11 Feb 2019 07:30:48 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353659 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrFPStack.td

index ea3d1ec..12d7068 100644 (file)
@@ -16,8 +16,6 @@
 // FPStack specific DAG Nodes.
 //===----------------------------------------------------------------------===//
 
-def SDTX86FpGet2    : SDTypeProfile<2, 0, [SDTCisVT<0, f80>,
-                                           SDTCisVT<1, f80>]>;
 def SDTX86Fld       : SDTypeProfile<1, 2, [SDTCisFP<0>,
                                            SDTCisPtrTy<1>,
                                            SDTCisVT<2, OtherVT>]>;