Hyphenate target-(in)dependent for more tasty grammar goodness (tm)
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 19:43:31 +0000 (19:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 19:43:31 +0000 (19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16854 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGBuilder.cpp

index 1acc98db4c9929b219c54ed26f589147d1b1c0d1..c6c1c906196421394fa4278d5d7c37f3a8e7102d 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//