mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
remove the asmstring, it is now dead. Improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
149cbc2a24
commit
71c7ace54f
@ -546,11 +546,12 @@ let neverHasSideEffects = 1 in {
|
||||
def INT3 : I<0xcc, RawFrm, (outs), (ins), "int 3", []>;
|
||||
def INT : I<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap", []>;
|
||||
|
||||
// PIC base
|
||||
// PIC base construction. This expands to code that looks like this:
|
||||
// call $next_inst
|
||||
// popl %destreg"
|
||||
let neverHasSideEffects = 1, isNotDuplicable = 1, Uses = [ESP] in
|
||||
def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins i32imm:$label),
|
||||
"call\t$label\n\t"
|
||||
"pop{l}\t$reg", []>;
|
||||
"", []>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Control Flow Instructions...
|
||||
|
Loading…
Reference in New Issue
Block a user