projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8067f7
)
[X86] Removed unused SDTypeProfile. NFC
author
Craig Topper
<craig.topper@intel.com>
Mon, 11 Feb 2019 07:30:48 +0000
(07:30 +0000)
committer
Craig Topper
<craig.topper@intel.com>
Mon, 11 Feb 2019 07:30:48 +0000
(07:30 +0000)
llvm-svn: 353659
llvm/lib/Target/X86/X86InstrFPStack.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86InstrFPStack.td
b/llvm/lib/Target/X86/X86InstrFPStack.td
index
ea3d1ec
..
12d7068
100644
(file)
--- a/
llvm/lib/Target/X86/X86InstrFPStack.td
+++ b/
llvm/lib/Target/X86/X86InstrFPStack.td
@@
-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>]>;