projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e46ac
)
add implicit use op
author
Duraid Madina
<duraid@octopus.com.au>
Mon, 4 Apr 2005 04:50:57 +0000
(
04:50
+0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Mon, 4 Apr 2005 04:50:57 +0000
(
04:50
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21074
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64InstrInfo.td
b/lib/Target/IA64/IA64InstrInfo.td
index 70ba649127eb15bdb343d4a8e7f76bd23123ded5..2b8dfefd297c4b630f64869ffa0320960ac571c1 100644
(file)
--- a/
lib/Target/IA64/IA64InstrInfo.td
+++ b/
lib/Target/IA64/IA64InstrInfo.td
@@
-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">;