[llvm-commits] CVS: llvm/examples/HowToUseJIT/HowToUseJIT.cpp Makefile
Reid Spencer
reid at x10sys.com
Sat Sep 11 13:30:22 PDT 2004
Changes in directory llvm/examples/HowToUseJIT:
HowToUseJIT.cpp updated: 1.5 -> 1.6
Makefile updated: 1.4 -> 1.5
---
Log message:
Correct the file header to reflect the new "examples" home for the file.
---
Diffs of the changes: (+2 -2)
Index: llvm/examples/HowToUseJIT/HowToUseJIT.cpp
diff -u llvm/examples/HowToUseJIT/HowToUseJIT.cpp:1.5 llvm/examples/HowToUseJIT/HowToUseJIT.cpp:1.6
--- llvm/examples/HowToUseJIT/HowToUseJIT.cpp:1.5 Sun Aug 15 18:31:57 2004
+++ llvm/examples/HowToUseJIT/HowToUseJIT.cpp Sat Sep 11 15:30:11 2004
@@ -1,4 +1,4 @@
-//===--- HowToUseJIT.cpp - An example use of the JIT ----------------------===//
+//===-- examples/HowToUseJIT/HowToUseJIT.cpp - An example use of the JIT --===//
//
// The LLVM Compiler Infrastructure
//
Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.4 llvm/examples/HowToUseJIT/Makefile:1.5
--- llvm/examples/HowToUseJIT/Makefile:1.4 Fri Sep 10 23:29:44 2004
+++ llvm/examples/HowToUseJIT/Makefile Sat Sep 11 15:30:11 2004
@@ -1,4 +1,4 @@
-##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
More information about the llvm-commits
mailing list