[llvm-commits] [llvm] r75226 - /llvm/trunk/include/llvm/Target/Target.td

Evan Cheng evan.cheng at apple.com
Thu Jul 9 22:20:20 PDT 2009


Author: evancheng
Date: Fri Jul 10 00:20:19 2009
New Revision: 75226

URL: http://llvm.org/viewvc/llvm-project?rev=75226&view=rev
Log:
80 col violation.

Modified:
    llvm/trunk/include/llvm/Target/Target.td

Modified: llvm/trunk/include/llvm/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Target.td?rev=75226&r1=75225&r2=75226&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/Target.td (original)
+++ llvm/trunk/include/llvm/Target/Target.td Fri Jul 10 00:20:19 2009
@@ -302,8 +302,8 @@
 }
 
 /// 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;





More information about the llvm-commits mailing list