[llvm-commits] CVS: llvm/tools/llc/llc.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 12:48:24 PDT 2003
Changes in directory llvm/tools/llc:
llc.cpp updated: 1.84 -> 1.85
---
Log message:
Added copyright header to all C++ source files.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.84 llvm/tools/llc/llc.cpp:1.85
--- llvm/tools/llc/llc.cpp:1.84 Fri Oct 10 12:55:45 2003
+++ llvm/tools/llc/llc.cpp Mon Oct 20 12:47:12 2003
@@ -1,4 +1,12 @@
//===-- llc.cpp - Implement the LLVM Native Code Generator ----------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
//
// This is the llc code generator.
//
More information about the llvm-commits
mailing list