[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/VM.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:19:01 PDT 2003
Changes in directory llvm/lib/ExecutionEngine/JIT:
VM.h updated: 1.15 -> 1.16
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+7 -0)
Index: llvm/lib/ExecutionEngine/JIT/VM.h
diff -u llvm/lib/ExecutionEngine/JIT/VM.h:1.15 llvm/lib/ExecutionEngine/JIT/VM.h:1.16
--- llvm/lib/ExecutionEngine/JIT/VM.h:1.15 Fri Oct 17 13:27:12 2003
+++ llvm/lib/ExecutionEngine/JIT/VM.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- VM.h - Definitions for Virtual Machine ------------------*- 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 file defines the top-level Virtual Machine data structure.
//
More information about the llvm-commits
mailing list