diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 20:30:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 20:30:11 +0000 |
commit | 66e7cd0eea6f116f3ed79acb8948c6d8db50833c (patch) | |
tree | aac7c424b20423bd7fc63b41caf58960b65b9778 | |
parent | 714470716fb38f43a2b2186fb4044f83cebe6be9 (diff) |
Correct the file header to reflect the new "examples" home for the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16295 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | examples/Fibonacci/Makefile | 2 | ||||
-rw-r--r-- | examples/Fibonacci/fibonacci.cpp | 2 | ||||
-rw-r--r-- | examples/HowToUseJIT/HowToUseJIT.cpp | 2 | ||||
-rw-r--r-- | examples/HowToUseJIT/Makefile | 2 | ||||
-rw-r--r-- | examples/ModuleMaker/Makefile | 2 | ||||
-rw-r--r-- | examples/ModuleMaker/ModuleMaker.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 60392e2b06..ac6de5df5f 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -1,4 +1,4 @@ -##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===## +##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # diff --git a/examples/Fibonacci/fibonacci.cpp b/examples/Fibonacci/fibonacci.cpp index 776378dc1f..f34aed762a 100644 --- a/examples/Fibonacci/fibonacci.cpp +++ b/examples/Fibonacci/fibonacci.cpp @@ -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 // diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 889b34aa95..6cea720bb4 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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 // diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index 9e42223d43..3b3947e690 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -1,4 +1,4 @@ -##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## +##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index 4ae28ccb7a..c99b7e7891 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile @@ -1,4 +1,4 @@ -##===- examples/ModuleMaker --------------------------------*- Makefile -*-===## +##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # diff --git a/examples/ModuleMaker/ModuleMaker.cpp b/examples/ModuleMaker/ModuleMaker.cpp index 71e6c8cd76..a057a8c8a1 100644 --- a/examples/ModuleMaker/ModuleMaker.cpp +++ b/examples/ModuleMaker/ModuleMaker.cpp @@ -1,4 +1,4 @@ -//===- ModuleMaker.cpp - Example project which creates modules --*- C++ -*-===// +//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===// // // This programs is a simple example that creates an LLVM module "from scratch", // emitting it as a bytecode file to standard out. This is just to show how |