[llvm] r355087 - [PowerPC] Removed STATISTIC that was causing build errors.

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 04:40:28 PST 2019


Author: stefanp
Date: Thu Feb 28 04:40:28 2019
New Revision: 355087

URL: http://llvm.org/viewvc/llvm-project?rev=355087&view=rev
Log:
[PowerPC] Removed STATISTIC that was causing build errors.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp?rev=355087&r1=355086&r2=355087&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp Thu Feb 28 04:40:28 2019
@@ -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");
 




More information about the llvm-commits mailing list