Fix some comments
authorMikhail Glushenkov <foldr@codedgers.com>
Mon, 22 Sep 2008 20:46:44 +0000 (20:46 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Mon, 22 Sep 2008 20:46:44 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56460 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc2/Graph.td
tools/llvmc2/Tools.td

index fb48ffb7c2f462a2126e90156fb91f93ded6b048..b09d8cefdcb3f3d0133c01dfcc270d52fe98e6ab 100644 (file)
@@ -1,4 +1,4 @@
-//===- Graph.td - LLVMCC toolchain descriptions ------------*- tablegen -*-===//
+//===- Graph.td - LLVMC2 toolchain descriptions ------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains compilation graph description used by llvmcc.
+// This file contains compilation graph description used by llvmc2.
 //
 //===----------------------------------------------------------------------===//
 
index 4c04f3c4c2f3aae9fe9aa7ad53d4488a1cfef8ff..1a466a2735d774ddfea913b0af151571bab019c0 100644 (file)
@@ -1,4 +1,4 @@
-//===- Tools.td - Tools description for the LLVMCC  --------*- tablegen -*-===//
+//===- Tools.td - Tools description for LLVMC2 -------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,20 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains descriptions of the various build tools run by llvmcc.
+// This file contains descriptions of the various build tools run by llvmc2.
 //
 //===----------------------------------------------------------------------===//
 
-// TOTHINK: Open issue: should we use DAG lists in Tool specifications
-// or change to something like
-
-// def LLVMGccC : < Tool<
-// [ InLanguage<"c">,
-//   PrefixListOption<"Wl", [UnpackValues, PropertyName<Arg>, ...]>
-//  ...] ?
-
-// DAG lists look more aesthetically pleasing to me.
-
 def llvm_gcc_c : Tool<
 [(in_language "c"),
  (out_language "llvm-bitcode"),