[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h Interpreter.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:19:08 PDT 2003
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
ExecutionAnnotations.h updated: 1.12 -> 1.13
Interpreter.h updated: 1.44 -> 1.45
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+14 -0)
Index: llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h
diff -u llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h:1.12 llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h:1.13
--- llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h:1.12 Wed Sep 17 12:26:22 2003
+++ llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- ExecutionAnnotations.h ---------------------------------*- C++ -*--===//
+//
+// 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 header file defines annotations used by the execution engine.
//
Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.44 llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.45
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.44 Sat Oct 18 00:55:25 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- Interpreter.h ------------------------------------------*- C++ -*--===//
+//
+// 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 header file defines the interpreter structure
//
More information about the llvm-commits
mailing list