[llvm-commits] CVS: llvm/examples/ParallelJIT/Makefile

Reid Spencer reid at x10sys.com
Tue Jul 12 15:00:40 PDT 2005



Changes in directory llvm/examples/ParallelJIT:

Makefile updated: 1.1 -> 1.2
---
Log message:

Correct the file title.


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

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/examples/ParallelJIT/Makefile
diff -u llvm/examples/ParallelJIT/Makefile:1.1 llvm/examples/ParallelJIT/Makefile:1.2
--- llvm/examples/ParallelJIT/Makefile:1.1	Tue Jul 12 16:51:34 2005
+++ llvm/examples/ParallelJIT/Makefile	Tue Jul 12 17:00:29 2005
@@ -1,8 +1,8 @@
-##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Valery A. Khamenya and is distributed under
+# This file was developed by Reid A. Spencer and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##






More information about the llvm-commits mailing list