diff options
author | Nate Begeman <natebegeman@mac.com> | 2005-12-14 22:56:16 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2005-12-14 22:56:16 +0000 |
commit | b5f8e62d712c94aa5324d8816f6ca2c47c5ce86b (patch) | |
tree | 4bbae1b8da4260c9545dd3d0ac8129aca8f3035c | |
parent | a07da92624219599e6569460b3b56b49d60a4b46 (diff) |
Remove a now unused statistic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24720 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index f666f23255..7087655235 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"); //===--------------------------------------------------------------------===// |