[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 29 13:05:00 PST 2004


Changes in directory llvm/lib/CodeGen:

MachineFunction.cpp updated: 1.52 -> 1.53

---
Log message:

Remove use of an ugly header


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

Index: llvm/lib/CodeGen/MachineFunction.cpp
diff -u llvm/lib/CodeGen/MachineFunction.cpp:1.52 llvm/lib/CodeGen/MachineFunction.cpp:1.53
--- llvm/lib/CodeGen/MachineFunction.cpp:1.52	Mon Feb 16 01:17:42 2004
+++ llvm/lib/CodeGen/MachineFunction.cpp	Sun Feb 29 13:04:31 2004
@@ -15,7 +15,6 @@
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/SSARegMap.h"
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"





More information about the llvm-commits mailing list