From: Nate Begeman Date: Wed, 14 Dec 2005 22:56:16 +0000 (+0000) Subject: Remove a now unused statistic. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b5f8e62d712c94aa5324d8816f6ca2c47c5ce86b;p=oota-llvm.git Remove a now unused statistic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24720 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index f666f232556..70876552355 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -29,7 +29,6 @@ using namespace llvm; namespace { - Statistic<> FusedFP ("ppc-codegen", "Number of fused fp operations"); Statistic<> FrameOff("ppc-codegen", "Number of frame idx offsets collapsed"); //===--------------------------------------------------------------------===//