[llvm-commits] CVS: llvm/lib/Target/X86/Printer.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 24 12:50:01 PDT 2003
Changes in directory llvm/lib/Target/X86:
Printer.cpp updated: 1.48 -> 1.49
---
Log message:
It doesn't appear that we need to #include these.
---
Diffs of the changes:
Index: llvm/lib/Target/X86/Printer.cpp
diff -u llvm/lib/Target/X86/Printer.cpp:1.48 llvm/lib/Target/X86/Printer.cpp:1.49
--- llvm/lib/Target/X86/Printer.cpp:1.48 Thu Jul 24 12:30:45 2003
+++ llvm/lib/Target/X86/Printer.cpp Thu Jul 24 12:48:53 2003
@@ -15,13 +15,10 @@
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineInstr.h"
-#include "Support/Statistic.h"
-#include "Support/hash_map"
#include "llvm/Type.h"
#include "llvm/Constants.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/DerivedTypes.h"
-#include "llvm/SlotCalculator.h"
#include "Support/StringExtras.h"
#include "llvm/Module.h"
More information about the llvm-commits
mailing list