diff options
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r-- | examples/HowToUseJIT/HowToUseJIT.cpp | 2 | ||||
-rw-r--r-- | examples/HowToUseJIT/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 889b34a..6cea720 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 9e42223..3b3947e 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 # |