add implicit use op

llvm-svn: 21074
This commit is contained in:
Duraid Madina 2005-04-04 04:50:57 +00:00
parent cc00a7c42d
commit dbc810022b
1 changed files with 1 additions and 0 deletions

View File

@ -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">;