mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Capture more operand info, patch by Evan Cheng
llvm-svn: 24422
This commit is contained in:
parent
72dc36da76
commit
bec2158e66
@ -172,9 +172,10 @@ def variable_ops;
|
||||
/// by a target. Targets can optionally provide their own operand types as
|
||||
/// needed, though this should not be needed for RISC targets.
|
||||
class Operand<ValueType ty> {
|
||||
int NumMIOperands = 1;
|
||||
ValueType Type = ty;
|
||||
string PrintMethod = "printOperand";
|
||||
int NumMIOperands = 1;
|
||||
dag MIOperandInfo = (ops);
|
||||
}
|
||||
|
||||
def i1imm : Operand<i1>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user