diff options
Diffstat (limited to 'lib/Target/Mips/MipsISelDAGToDAG.cpp')
-rw-r--r-- | lib/Target/Mips/MipsISelDAGToDAG.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsISelDAGToDAG.cpp b/lib/Target/Mips/MipsISelDAGToDAG.cpp index 80477d5..85fa640 100644 --- a/lib/Target/Mips/MipsISelDAGToDAG.cpp +++ b/lib/Target/Mips/MipsISelDAGToDAG.cpp @@ -196,8 +196,8 @@ Select(SDOperand N) } /// - // Instruction Selection not handled by custom or by the - // auto-generated tablegen selection should be handled here + // Instruction Selection not handled by the auto-generated + // tablegen selection should be handled here. /// switch(Opcode) { |