Hyphenate target-(in)dependent for more tasty grammar goodness (tm)

llvm-svn: 16854
This commit is contained in:
Misha Brukman 2004-10-08 19:43:31 +00:00
parent 0b41e861b6
commit 84e5ff7605
1 changed files with 2 additions and 2 deletions

View 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.
//
//===----------------------------------------------------------------------===//