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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-11-11 18:07:16 +00:00
parent fc926c2395
commit e94975ee64

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: