From: Misha Brukman Date: Wed, 28 Jan 2004 20:43:01 +0000 (+0000) Subject: Hyphenate `target-dependent' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c791ed0a4703ad476c9226d756fdb4032431f86;p=oota-llvm.git Hyphenate `target-dependent' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 222ca74ed16..b655a2b9e91 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -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. // //===----------------------------------------------------------------------===//