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

Hyphenate `target-dependent'

llvm-svn: 11003
This commit is contained in:
Misha Brukman 2004-01-28 20:43:01 +00:00
parent 923ff046c0
commit 6d62b1ee69

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// The LowerAllocations transformation is a target dependent tranformation
// The LowerAllocations transformation is a target-dependent tranformation
// because it depends on the size of data types and alignment constraints.
//
//===----------------------------------------------------------------------===//