diff options
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp index 1acc98db4c9..c6c1c906196 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This file turns an LLVM BasicBlock into a target independent SelectionDAG in -// preparation for target specific optimizations and instruction selection. +// This file turns an LLVM BasicBlock into a target-independent SelectionDAG in +// preparation for target-specific optimizations and instruction selection. // //===----------------------------------------------------------------------===// |

