summaryrefslogtreecommitdiffstats
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
commite479ccb27b86ecec88aa76f20ee12d03d20593bb (patch)
tree8338f5d1d9299040348e9ce730941ce04aa6b304
parent3e63dc00dae03796bde5c360cf48ed35902c6adb (diff)
downloadbcm5719-llvm-e479ccb27b86ecec88aa76f20ee12d03d20593bb.tar.gz
bcm5719-llvm-e479ccb27b86ecec88aa76f20ee12d03d20593bb.zip
fit into 80 columns
llvm-svn: 24554
-rw-r--r--llvm/utils/TableGen/CodeGenInstruction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h
index d400cadc0cf..cb55d45c186 100644
--- a/llvm/utils/TableGen/CodeGenInstruction.h
+++ b/llvm/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,
OpenPOWER on IntegriCloud