mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
add implicit use op
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79e46acd35
commit
09c61b9c19
@ -36,6 +36,7 @@ let PrintMethod = "printCallOperand" in
|
||||
|
||||
def PHI : PseudoInstIA64<(ops), "PHI">;
|
||||
def IDEF : PseudoInstIA64<(ops), "// IDEF">;
|
||||
def IUSE : PseudoInstIA64<(ops), "// IUSE">;
|
||||
def WTF : PseudoInstIA64<(ops), "que??">;
|
||||
def ADJUSTCALLSTACKUP : PseudoInstIA64<(ops), "// ADJUSTCALLSTACKUP">;
|
||||
def ADJUSTCALLSTACKDOWN : PseudoInstIA64<(ops), "// ADJUSTCALLSTACKDOWN">;
|
||||
|
Loading…
x
Reference in New Issue
Block a user