From e46cbe7a551f7d37b2f05fa965816ad6d9ad0f02 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 24 Mar 2006 03:11:31 +0000 Subject: Minor corrections. llvm-svn: 27042 --- llvm/examples/Fibonacci/fibonacci.cpp | 3 ++- llvm/examples/HowToUseJIT/HowToUseJIT.cpp | 3 ++- llvm/examples/ParallelJIT/ParallelJIT.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'llvm/examples') diff --git a/llvm/examples/Fibonacci/fibonacci.cpp b/llvm/examples/Fibonacci/fibonacci.cpp index e9d0136f4f4..cdc84ca2122 100644 --- a/llvm/examples/Fibonacci/fibonacci.cpp +++ b/llvm/examples/Fibonacci/fibonacci.cpp @@ -29,7 +29,8 @@ #include "llvm/Instructions.h" #include "llvm/ModuleProvider.h" #include "llvm/Analysis/Verifier.h" -#include "llvm/ExecutionEngine/ExecutionEngine.h" +#include "llvm/ExecutionEngine/JIT.h" +#include "llvm/ExecutionEngine/Interpreter.h" #include "llvm/ExecutionEngine/GenericValue.h" #include using namespace llvm; diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp index 5ba8a7f1a82..8fb9e5659de 100644 --- a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp @@ -39,7 +39,8 @@ #include "llvm/Type.h" #include "llvm/Instructions.h" #include "llvm/ModuleProvider.h" -#include "llvm/ExecutionEngine/ExecutionEngine.h" +#include "llvm/ExecutionEngine/JIT.h" +#include "llvm/ExecutionEngine/Interpreter.h" #include "llvm/ExecutionEngine/GenericValue.h" #include using namespace llvm; diff --git a/llvm/examples/ParallelJIT/ParallelJIT.cpp b/llvm/examples/ParallelJIT/ParallelJIT.cpp index 56ace0322e9..b70f3db5bb0 100644 --- a/llvm/examples/ParallelJIT/ParallelJIT.cpp +++ b/llvm/examples/ParallelJIT/ParallelJIT.cpp @@ -23,7 +23,8 @@ #include "llvm/Type.h" #include "llvm/Instructions.h" #include "llvm/ModuleProvider.h" -#include "llvm/ExecutionEngine/ExecutionEngine.h" +#include "llvm/ExecutionEngine/JIT.h" +#include "llvm/ExecutionEngine/Interpreter.h" #include "llvm/ExecutionEngine/GenericValue.h" #include using namespace llvm; -- cgit v1.2.3