diff options
| author | Nate Begeman <natebegeman@mac.com> | 2004-10-07 22:24:32 +0000 |
|---|---|---|
| committer | Nate Begeman <natebegeman@mac.com> | 2004-10-07 22:24:32 +0000 |
| commit | 70a9d9c0b18fc3643d6df997b9146101630e5c39 (patch) | |
| tree | d441c4586b4df7ecad33fec0e7a54d344ca69769 /llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp | |
| parent | 617f1a34f1dd9c87ae82b1048d8c46654184e550 (diff) | |
| download | bcm5719-llvm-70a9d9c0b18fc3643d6df997b9146101630e5c39.tar.gz bcm5719-llvm-70a9d9c0b18fc3643d6df997b9146101630e5c39.zip | |
Remove unnecessary header include
llvm-svn: 16824
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp index f80237e8989..7dc59a299f3 100644 --- a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.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; |

