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

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 29 10:15:48 PDT 2004



Changes in directory llvm/lib/Debugger:

ProgramInfo.cpp updated: 1.4 -> 1.5
UnixLocalInferiorProcess.cpp updated: 1.4 -> 1.5

---
Log message:

Header moved



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

Index: llvm/lib/Debugger/ProgramInfo.cpp
diff -u llvm/lib/Debugger/ProgramInfo.cpp:1.4 llvm/lib/Debugger/ProgramInfo.cpp:1.5
--- llvm/lib/Debugger/ProgramInfo.cpp:1.4	Sat Jul 17 19:42:12 2004
+++ llvm/lib/Debugger/ProgramInfo.cpp	Thu Jul 29 12:15:38 2004
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Intrinsics.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Debugger/SourceFile.h"
 #include "llvm/Debugger/SourceLanguage.h"


Index: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
diff -u llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.4 llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.5
--- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.4	Sun Jun 20 02:48:54 2004
+++ llvm/lib/Debugger/UnixLocalInferiorProcess.cpp	Thu Jul 29 12:15:38 2004
@@ -25,10 +25,10 @@
 
 #include "llvm/Debugger/InferiorProcess.h"
 #include "llvm/Constant.h"
+#include "llvm/Instructions.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"





More information about the llvm-commits mailing list