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 /examples/Fibonacci | |
parent | 714470716fb38f43a2b2186fb4044f83cebe6be9 (diff) | |
download | external_llvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.zip external_llvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.tar.gz external_llvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.tar.bz2 |
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
Diffstat (limited to 'examples/Fibonacci')
-rw-r--r-- | examples/Fibonacci/Makefile | 2 | ||||
-rw-r--r-- | examples/Fibonacci/fibonacci.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 60392e2..ac6de5d 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 776378d..f34aed7 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 // |