From: Chris Lattner Date: Thu, 18 Aug 2005 23:17:07 +0000 (+0000) Subject: Add a new flag X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=329cdc3801506fc8b241005f7d1401cca84861ee;p=oota-llvm.git Add a new flag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22881 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Target.td b/lib/Target/Target.td index bdaa05bf518..0e150148d8a 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -145,6 +145,10 @@ class Instruction { /// (ops R32:$dst, R32:$src) or something similar. def ops; +/// variable_ops definition - Mark this instruction as taking a variable number +/// of operands. +def variable_ops; + /// Operand Types - These provide the built-in operand types that may be used /// by a target. Targets can optionally provide their own operand types as /// needed, though this should not be needed for RISC targets.