[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
Nate Begeman
natebegeman at mac.com
Thu Oct 7 15:24:43 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCBranchSelector.cpp updated: 1.6 -> 1.7
---
Log message:
Remove unnecessary header include
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.6 llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.7
--- llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.6 Thu Sep 2 03:13:00 2004
+++ llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp Thu Oct 7 17:24:32 2004
@@ -21,7 +21,6 @@
#include "PowerPCInstrInfo.h"
#include "PPC32InstrInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Support/Debug.h"
#include <map>
using namespace llvm;
More information about the llvm-commits
mailing list