mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 19:52:00 +00:00
Add a new flag
llvm-svn: 22881
This commit is contained in:
parent
1f718aa8b5
commit
32120e461e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user