Move the IntrinsicLowering header into the CodeGen directory
authorChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 07:46:18 +0000 (07:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 07:46:18 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14265 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp

index 253e9540d1ebc900f6f75de33ba9b1c1bbf55f58..c9fd5776546cbfad5c4acc8dd5e2d72afa68f235 100644 (file)
@@ -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"