From: Matt Arsenault Date: Thu, 24 Sep 2015 07:51:12 +0000 (+0000) Subject: Remove dead declaration X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c5ce28a28776bf69551d6e407d07cc71aa18073;p=oota-llvm.git Remove dead declaration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248471 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PeepholeOptimizer.cpp b/lib/CodeGen/PeepholeOptimizer.cpp index 8f2df21e38c..0122e6e9e38 100644 --- a/lib/CodeGen/PeepholeOptimizer.cpp +++ b/lib/CodeGen/PeepholeOptimizer.cpp @@ -149,7 +149,6 @@ namespace { bool optimizeSelect(MachineInstr *MI, SmallPtrSetImpl &LocalMIs); bool optimizeCondBranch(MachineInstr *MI); - bool optimizeCopyOrBitcast(MachineInstr *MI); bool optimizeCoalescableCopy(MachineInstr *MI); bool optimizeUncoalescableCopy(MachineInstr *MI, SmallPtrSetImpl &LocalMIs);