fixed to disassemble with tab after mnemonic rather than space

llvm-svn: 179215
This commit is contained in:
Kay Tiong Khoo 2013-04-10 21:17:58 +00:00
parent e494399203
commit 6f76c2106e
1 changed files with 2 additions and 2 deletions

View 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]>;