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 | 987319d3a7bf205b7954353b2923649689494b3a (patch) | |
| tree | 5a98cdcdaf99181706b5a4c8e1fb01c21afd0001 /llvm/examples/HowToUseJIT | |
| parent | 55a96ee8f5432eea568ff82c8572879798e298fd (diff) | |
| download | bcm5719-llvm-987319d3a7bf205b7954353b2923649689494b3a.tar.gz bcm5719-llvm-987319d3a7bf205b7954353b2923649689494b3a.zip | |
Correct the file header to reflect the new "examples" home for the file.
llvm-svn: 16295
Diffstat (limited to 'llvm/examples/HowToUseJIT')
| -rw-r--r-- | llvm/examples/HowToUseJIT/HowToUseJIT.cpp | 2 | ||||
| -rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp index 889b34aa95c..6cea720bb43 100644 --- a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/llvm/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/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index 9e42223d435..3b3947e6906 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -1,4 +1,4 @@ -##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## +##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |

