1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 816a8a5e1e
commit af84f00600

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