aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-10-07 22:24:32 +0000
committerNate Begeman <natebegeman@mac.com>2004-10-07 22:24:32 +0000
commit5a181c848bc9994265ef27d3f9fc50144968f61b (patch)
treef2689e5bc2d572961adfa71836fd750a1d0428bb /lib/Target/PowerPC/PPCBranchSelector.cpp
parentcf4d2a569972b5b4f0978e88fa775870dabcfed0 (diff)
Remove unnecessary header include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r--lib/Target/PowerPC/PPCBranchSelector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp
index f80237e898..7dc59a299f 100644
--- a/lib/Target/PowerPC/PPCBranchSelector.cpp
+++ b/lib/Target/PowerPC/PPCBranchSelector.cpp
@@ -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;