[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp
Reid Spencer
reid at x10sys.com
Fri Aug 13 13:26:04 PDT 2004
Changes in directory llvm/tools/llvmc:
CompilerDriver.cpp updated: 1.1 -> 1.2
---
Log message:
Fix header commentary.
---
Diffs of the changes: (+2 -3)
Index: llvm/tools/llvmc/CompilerDriver.cpp
diff -u llvm/tools/llvmc/CompilerDriver.cpp:1.1 llvm/tools/llvmc/CompilerDriver.cpp:1.2
--- llvm/tools/llvmc/CompilerDriver.cpp:1.1 Fri Aug 13 15:22:43 2004
+++ llvm/tools/llvmc/CompilerDriver.cpp Fri Aug 13 15:25:54 2004
@@ -1,4 +1,4 @@
-//===- DriverAction.cpp - Compile Driver Actions ----------------*- C++ -*-===//
+//===- CompilerDriver.cpp - The LLVM Compiler Driver ------------*- C++ -*-===//
//
//
// The LLVM Compiler Infrastructure
@@ -8,8 +8,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements support for executable actions in the LLVM Compiler
-// Driver (llvmc).
+// This file implements the bulk of the LLVM Compiler Driver (llvmc).
//
//===------------------------------------------------------------------------===
More information about the llvm-commits
mailing list