mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
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:
parent
f372ae6ebc
commit
329cdc3801
@ -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