aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-04-04 04:50:57 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-04-04 04:50:57 +0000
commit09c61b9c1984c970a01cc1c8b5816561ab00654a (patch)
tree61addbe9ed156829bf1af3f8c3192dabcafb0c7c
parent79e46acd35df36477029e9f534ab1a366a98df56 (diff)
add implicit use op
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21074 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/IA64/IA64InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td
index 70ba649127..2b8dfefd29 100644
--- 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">;