aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SelectionDAG/DAGBuilder.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/DAGBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGBuilder.cpp b/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
index 1acc98db4c..c6c1c90619 100644
--- a/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
+++ b/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.
//
//===----------------------------------------------------------------------===//