diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index ebd826a6f4a..94ae94a14b5 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -302,8 +302,8 @@ class PredicateOperand } /// 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 : Operand { let MIOperandInfo = OpTypes;