[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 20 02:57:00 PDT 2004


Changes in directory llvm/lib/Debugger:

UnixLocalInferiorProcess.cpp updated: 1.3 -> 1.4

---
Log message:

Move the IntrinsicLowering header into the CodeGen directory, as per PR346: http://llvm.cs.uiuc.edu/PR346 



---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
diff -u llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.3 llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.4
--- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.3	Wed Jan 14 15:18:03 2004
+++ llvm/lib/Debugger/UnixLocalInferiorProcess.cpp	Sun Jun 20 02:48:54 2004
@@ -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"





More information about the llvm-commits mailing list