diff options
| -rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.h | 4 |
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, |

