From: Stefan Pintilie Date: Thu, 28 Feb 2019 12:40:28 +0000 (+0000) Subject: [PowerPC] Removed STATISTIC that was causing build errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b509019476643287f823cfc23c3ab7ced879a43;p=llvm [PowerPC] Removed STATISTIC that was causing build errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355087 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCFrameLowering.cpp b/lib/Target/PowerPC/PPCFrameLowering.cpp index 0ff1c4663db..efe06de21e6 100644 --- a/lib/Target/PowerPC/PPCFrameLowering.cpp +++ b/lib/Target/PowerPC/PPCFrameLowering.cpp @@ -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");