Remove dead declaration

llvm-svn: 248471
This commit is contained in:
Matt Arsenault 2015-09-24 07:51:12 +00:00
parent c721df0478
commit c7ec46c3aa
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ namespace {
bool optimizeSelect(MachineInstr *MI,
SmallPtrSetImpl<MachineInstr *> &LocalMIs);
bool optimizeCondBranch(MachineInstr *MI);
bool optimizeCopyOrBitcast(MachineInstr *MI);
bool optimizeCoalescableCopy(MachineInstr *MI);
bool optimizeUncoalescableCopy(MachineInstr *MI,
SmallPtrSetImpl<MachineInstr *> &LocalMIs);