summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-11 20:30:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-11 20:30:11 +0000
commit66e7cd0eea6f116f3ed79acb8948c6d8db50833c (patch)
treeaac7c424b20423bd7fc63b41caf58960b65b9778 /examples/HowToUseJIT
parent714470716fb38f43a2b2186fb4044f83cebe6be9 (diff)
downloadllvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.tar.gz
llvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.tar.bz2
llvm-66e7cd0eea6f116f3ed79acb8948c6d8db50833c.tar.xz
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/HowToUseJIT')
-rw-r--r--examples/HowToUseJIT/HowToUseJIT.cpp2
-rw-r--r--examples/HowToUseJIT/Makefile2
2 files changed, 2 insertions, 2 deletions
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
#