[llvm-commits] CVS: llvm/examples/Fibonacci/Makefile fibonacci.cpp

Reid Spencer reid at x10sys.com
Sat Sep 11 13:30:22 PDT 2004



Changes in directory llvm/examples/Fibonacci:

Makefile updated: 1.3 -> 1.4
fibonacci.cpp updated: 1.1 -> 1.2
---
Log message:

Correct the file header to reflect the new "examples" home for the file.


---
Diffs of the changes:  (+2 -2)

Index: llvm/examples/Fibonacci/Makefile
diff -u llvm/examples/Fibonacci/Makefile:1.3 llvm/examples/Fibonacci/Makefile:1.4
--- llvm/examples/Fibonacci/Makefile:1.3	Fri Sep 10 23:29:44 2004
+++ llvm/examples/Fibonacci/Makefile	Sat Sep 11 15:30:11 2004
@@ -1,4 +1,4 @@
-##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
+##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #


Index: llvm/examples/Fibonacci/fibonacci.cpp
diff -u llvm/examples/Fibonacci/fibonacci.cpp:1.1 llvm/examples/Fibonacci/fibonacci.cpp:1.2
--- llvm/examples/Fibonacci/fibonacci.cpp:1.1	Thu Aug 19 15:10:04 2004
+++ llvm/examples/Fibonacci/fibonacci.cpp	Sat Sep 11 15:30:11 2004
@@ -1,4 +1,4 @@
-//===--- fibonacci.cpp - An example use of the JIT ----------------------===//
+//===--- examples/Fibonacci/fibonacci.cpp - An example use of the JIT -----===//
 // 
 //                     The LLVM Compiler Infrastructure
 //






More information about the llvm-commits mailing list