fit into 80 columns
authorNate Begeman <natebegeman@mac.com>
Wed, 30 Nov 2005 23:58:18 +0000 (23:58 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 30 Nov 2005 23:58:18 +0000 (23:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24554 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenInstruction.h

index d400cadc0cfaaaecf3f926b6c5b3d357d70e0357..cb55d45c186be56a8e1af820639a7aa03cf45ec2 100644 (file)
@@ -60,8 +60,8 @@ namespace llvm {
       unsigned MIOperandNo;
       unsigned MINumOperands;   // The number of operands.
 
-      /// MIOperandInfo - Default MI operand type. Note an operand may be made up
-      /// of multiple MI operands.
+      /// MIOperandInfo - Default MI operand type. Note an operand may be made
+      /// up of multiple MI operands.
       DagInit *MIOperandInfo;
 
       OperandInfo(Record *R, MVT::ValueType T, const std::string &N,