]> granicus.if.org Git - llvm/commitdiff
[PowerPC] Removed STATISTIC that was causing build errors.
authorStefan Pintilie <stefanp@ca.ibm.com>
Thu, 28 Feb 2019 12:40:28 +0000 (12:40 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Thu, 28 Feb 2019 12:40:28 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355087 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCFrameLowering.cpp

index 0ff1c4663db72dc861ef8b01b5552fc7b6de89fa..efe06de21e6eaf59215474a06a0ec54898e8d4d8 100644 (file)
@@ -29,7 +29,6 @@
 using namespace llvm;
 
 #define DEBUG_TYPE "framelowering"
-STATISTIC(NumNoNeedForFrame, "Number of functions without frames");
 STATISTIC(NumPESpillVSR, "Number of spills to vector in prologue");
 STATISTIC(NumPEReloadVSR, "Number of reloads from vector in epilogue");