summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-11-30 23:58:18 +0000
committerNate Begeman <natebegeman@mac.com>2005-11-30 23:58:18 +0000
commit8ef9d16d3913db11c89fc2d14899e153bdbdc91b (patch)
treec06854516a0e1203cac85b6e281eb50878ee7c08 /utils/TableGen/CodeGenInstruction.h
parent5d28ffdfec99c7f69e62893eb4156ead03cefa54 (diff)
downloadllvm-8ef9d16d3913db11c89fc2d14899e153bdbdc91b.tar.gz
llvm-8ef9d16d3913db11c89fc2d14899e153bdbdc91b.tar.bz2
llvm-8ef9d16d3913db11c89fc2d14899e153bdbdc91b.tar.xz
fit into 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index d400cadc0c..cb55d45c18 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,