mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
80 col violation.
llvm-svn: 75226
This commit is contained in:
parent
6e276f4376
commit
e25ef2e60e
@ -302,8 +302,8 @@ class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
|
||||
}
|
||||
|
||||
/// OptionalDefOperand - This is used to define a optional definition operand
|
||||
/// for an instruction. DefaultOps is the register the operand represents if none
|
||||
/// is supplied, e.g. zero_reg.
|
||||
/// for an instruction. DefaultOps is the register the operand represents if
|
||||
/// none is supplied, e.g. zero_reg.
|
||||
class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
|
||||
: Operand<ty> {
|
||||
let MIOperandInfo = OpTypes;
|
||||
|
Loading…
Reference in New Issue
Block a user