From 7794dddf306341dce181bfce41898e1f3fe48af4 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 23 Dec 2017 17:25:59 +0000 Subject: [PATCH] [X86][X87] Wrap FpI_ pseudo to use PseudoI. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321405 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrFormats.td | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td index c6242ea77fc..0b266e5591b 100644 --- a/lib/Target/X86/X86InstrFormats.td +++ b/lib/Target/X86/X86InstrFormats.td @@ -424,9 +424,8 @@ class FPI o, Format F, dag outs, dag ins, string asm, // FpI_ - Floating Point Pseudo Instruction template. Not Predicated. class FpI_ pattern, InstrItinClass itin = NoItinerary> - : X86Inst<0, Pseudo, NoImm, outs, ins, "", itin> { + : PseudoI { let FPForm = fp; - let Pattern = pattern; } // Templates for instructions that use a 16- or 32-bit segmented address as -- 2.50.0