mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6264decdb
commit
bfa5cf144a
@ -302,8 +302,8 @@ class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// OptionalDefOperand - This is used to define a optional definition operand
|
/// OptionalDefOperand - This is used to define a optional definition operand
|
||||||
/// for an instruction. DefaultOps is the register the operand represents if none
|
/// for an instruction. DefaultOps is the register the operand represents if
|
||||||
/// is supplied, e.g. zero_reg.
|
/// none is supplied, e.g. zero_reg.
|
||||||
class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
|
class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
|
||||||
: Operand<ty> {
|
: Operand<ty> {
|
||||||
let MIOperandInfo = OpTypes;
|
let MIOperandInfo = OpTypes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user