Add a new flag

llvm-svn: 22881
This commit is contained in:
Chris Lattner 2005-08-18 23:17:07 +00:00
parent 1f718aa8b5
commit 32120e461e

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.