diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-20 07:46:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-20 07:46:18 +0000 |
commit | 8f7f71b48a561ba0b1f07501f5a745a34220acbf (patch) | |
tree | e0fdf82dc99ca36b49287fd5c181b0757ec45721 /lib/ExecutionEngine/ExecutionEngine.cpp | |
parent | 90a62c8d4b361406115bf7ff61ca7ab635c58349 (diff) |
Move the IntrinsicLowering header into the CodeGen directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r-- | lib/ExecutionEngine/ExecutionEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/ExecutionEngine.cpp b/lib/ExecutionEngine/ExecutionEngine.cpp index 253e9540d1..c9fd577654 100644 --- a/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/lib/ExecutionEngine/ExecutionEngine.cpp @@ -17,9 +17,9 @@ #include "JIT/JIT.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" -#include "llvm/IntrinsicLowering.h" #include "llvm/Module.h" #include "llvm/ModuleProvider.h" +#include "llvm/CodeGen/IntrinsicLowering.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/Target/TargetData.h" |