From: Nate Begeman Date: Wed, 30 Nov 2005 23:58:18 +0000 (+0000) Subject: fit into 80 columns X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ef9d16d3913db11c89fc2d14899e153bdbdc91b;p=oota-llvm.git fit into 80 columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24554 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index d400cadc0cf..cb55d45c186 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -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,