[llvm-commits] CVS: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Sun Nov  9 16:44:01 PST 2003
    
    
  
Changes in directory reopt/lib/LightWtProfiling:
UnpackTraceFunction.cpp updated: 1.19 -> 1.20
---
Log message:
Remove some include files.
---
Diffs of the changes:  (+0 -3)
Index: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
diff -u reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.19 reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.20
--- reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.19	Sat Nov  8 23:30:26 2003
+++ reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp	Sun Nov  9 16:43:36 2003
@@ -9,14 +9,11 @@
 #include "../../../../lib/CodeGen/RegAlloc/AllocInfo.h"
 #include "../../../../lib/CodeGen/RegAlloc/PhyRegAlloc.h"
 #include "../../../../lib/Target/Sparc/SparcInternals.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Module.h"
-#include "reopt/ScratchMemory.h"
 #include "reopt/MappingInfo.h"
-#include "Support/Debug.h"
 
 /// Insert the appropriate machine instruction(s) that copies the value in
 /// Source to the location specified by Target, at the beginning of B. Note
    
    
More information about the llvm-commits
mailing list