OSDN Git Service

[X86] Hide another instruction from the assembly matcher table to avoid a duplicate...
authorCraig Topper <craig.topper@intel.com>
Mon, 30 Apr 2018 06:21:23 +0000 (06:21 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 30 Apr 2018 06:21:23 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331160 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrControl.td

index 979419a..b7ad0fe 100644 (file)
@@ -180,6 +180,7 @@ let isBranch = 1, isTerminator = 1, isBarrier = 1, isIndirectBranch = 1 in {
   def FARJMP64   : RI<0xFF, MRM5m, (outs), (ins opaque80mem:$dst),
                       "ljmp{q}\t{*}$dst", []>, Sched<[WriteJump]>;
 
+  let AsmVariantName = "att" in
   def FARJMP16m  : I<0xFF, MRM5m, (outs), (ins opaque32mem:$dst),
                      "ljmp{w}\t{*}$dst", []>, OpSize16, Sched<[WriteJumpLd]>;
   def FARJMP32m  : I<0xFF, MRM5m, (outs), (ins opaque48mem:$dst),