Add a new flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-18 23:17:07 +00:00
parent f372ae6ebc
commit 329cdc3801

View File

@ -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.