mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
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:
parent
fc926c2395
commit
e94975ee64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user