summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-19 00:51:37 +0000
committerChris Lattner <sabre@nondot.org>2005-08-19 00:51:37 +0000
commit8cbddfc8c5c347ef5e0956b84d9c83799db08545 (patch)
treeb89285e7165bbbe59c3be58cb929c42b280c17fa /llvm
parent3e0335c9d15c4dcfcf74acab147885d04472a34f (diff)
downloadbcm5719-llvm-8cbddfc8c5c347ef5e0956b84d9c83799db08545.tar.gz
bcm5719-llvm-8cbddfc8c5c347ef5e0956b84d9c83799db08545.zip
mark variable arity instructions as such. Alpha wins the battle for
cleanest backend in this metric :) llvm-svn: 22893
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Alpha/AlphaInstrInfo.td8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td
index ac542759c6e..ea0776b9b9d 100644
--- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td
@@ -18,11 +18,11 @@ include "AlphaInstrFormats.td"
// //#define GP $29
// //#define SP $30
-def PHI : PseudoInstAlpha<(ops ), "#phi">;
+def PHI : PseudoInstAlpha<(ops variable_ops), "#phi">;
def IDEF : PseudoInstAlpha<(ops GPRC:$RA), "#idef $RA">;
-def WTF : PseudoInstAlpha<(ops ), "#wtf">;
-def ADJUSTSTACKUP : PseudoInstAlpha<(ops ), "ADJUP">;
-def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops ), "ADJDOWN">;
+def WTF : PseudoInstAlpha<(ops variable_ops), "#wtf">;
+def ADJUSTSTACKUP : PseudoInstAlpha<(ops variable_ops), "ADJUP">;
+def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops variable_ops), "ADJDOWN">;
def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$TARGET:\n">;
def PCLABEL : PseudoInstAlpha<(ops s64imm:$num), "PCMARKER_$num:\n">;
def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i, s64imm:$j, s64imm:$k, s64imm:$m),
OpenPOWER on IntegriCloud