summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
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,