From bfa5cf144a6e2e53442418746a495f22ba8c72d2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 10 Jul 2009 05:20:19 +0000 Subject: [PATCH] 80 col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75226 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/Target.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;