fixed to disassemble with tab after mnemonic rather than space
authorKay Tiong Khoo <kkhoo@perfwizard.com>
Wed, 10 Apr 2013 21:17:58 +0000 (21:17 +0000)
committerKay Tiong Khoo <kkhoo@perfwizard.com>
Wed, 10 Apr 2013 21:17:58 +0000 (21:17 +0000)
llvm-svn: 179215

llvm/lib/Target/X86/X86InstrSystem.td

index 053417c..74683bc 100644 (file)
@@ -515,8 +515,8 @@ let Predicates = [HasFSGSBase, In64BitMode] in {
 //===----------------------------------------------------------------------===//
 // INVPCID Instruction
 def INVPCID32 : I<0x82, MRMSrcMem, (outs), (ins GR32:$src1, i128mem:$src2),
-                "invpcid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
+                "invpcid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
                 Requires<[In32BitMode]>;
 def INVPCID64 : I<0x82, MRMSrcMem, (outs), (ins GR64:$src1, i128mem:$src2),
-                "invpcid {$src2, $src1|$src1, $src2}", []>, OpSize, T8,
+                "invpcid\t{$src2, $src1|$src1, $src2}", []>, OpSize, T8,
                 Requires<[In64BitMode]>;