80 col violation.

llvm-svn: 75226
This commit is contained in:
Evan Cheng 2009-07-10 05:20:19 +00:00
parent 53ea7db5e3
commit 9a0ec0787c
1 changed files with 2 additions and 2 deletions

View File

@ -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;