forked from OSchip/llvm-project
Use a tab in INT3's asm string, for consistency.
llvm-svn: 86850
This commit is contained in:
parent
03f62ed9bb
commit
d2a0f80ede
|
@ -543,7 +543,7 @@ let neverHasSideEffects = 1 in {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trap
|
// 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", []>;
|
def INT : I<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap", []>;
|
||||||
|
|
||||||
// PIC base construction. This expands to code that looks like this:
|
// PIC base construction. This expands to code that looks like this:
|
||||||
|
|
Loading…
Reference in New Issue