OSDN Git Service

Use a tab in INT3's asm string, for consistency.
authorDan Gohman <gohman@apple.com>
Wed, 11 Nov 2009 18:07:16 +0000 (18:07 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 11 Nov 2009 18:07:16 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86850 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index 9b82e1e..a79f262 100644 (file)
@@ -543,7 +543,7 @@ let neverHasSideEffects = 1 in {
 }
 
 // Trap
-def INT3 : I<0xcc, RawFrm, (outs), (ins), "int 3", []>;
+def INT3 : I<0xcc, RawFrm, (outs), (ins), "int\t3", []>;
 def INT : I<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap", []>;
 
 // PIC base construction.  This expands to code that looks like this: