From a073a18460b4e1083005bc82a412bbce82e98d3d Mon Sep 17 00:00:00 2001 From: Stefan Pintilie Date: Thu, 28 Feb 2019 12:40:28 +0000 Subject: [PowerPC] Removed STATISTIC that was causing build errors. llvm-svn: 355087 --- llvm/lib/Target/PowerPC/PPCFrameLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/PowerPC') diff --git a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp b/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp index 0ff1c4663db..efe06de21e6 100644 --- a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp +++ b/llvm/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"); -- cgit v1.2.3