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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-10-08 19:43:31 +00:00
parent 340a05fb3a
commit 6a134dedf6

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