From 84e5ff76052c3d33a4e01e993e50984edb74f4d2 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 8 Oct 2004 19:43:31 +0000 Subject: [PATCH] Hyphenate target-(in)dependent for more tasty grammar goodness (tm) llvm-svn: 16854 --- llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp index 1acc98db4c99..c6c1c9061964 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGBuilder.cpp @@ -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. // //===----------------------------------------------------------------------===//