From bcdadf376549b8157a27407fdffd33b47261b528 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 20 Jun 2004 07:49:54 +0000 Subject: Move the IntrinsicLowering header into the CodeGen directory, as per PR346 llvm-svn: 14266 --- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Debugger/UnixLocalInferiorProcess.cpp') diff --git a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp b/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp index 20d04803979..0c94a4b7721 100644 --- a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp +++ b/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp @@ -24,12 +24,12 @@ //===----------------------------------------------------------------------===// #include "llvm/Debugger/InferiorProcess.h" -#include "llvm/IntrinsicLowering.h" #include "llvm/Constant.h" #include "llvm/Module.h" #include "llvm/ModuleProvider.h" #include "llvm/Type.h" #include "llvm/iOther.h" +#include "llvm/CodeGen/IntrinsicLowering.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "Support/FileUtilities.h" -- cgit v1.2.3