Use a tab in INT3's asm string, for consistency.

llvm-svn: 86850
This commit is contained in:
Dan Gohman 2009-11-11 18:07:16 +00:00
parent 03f62ed9bb
commit d2a0f80ede
1 changed files with 1 additions and 1 deletions

View 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: