diff options
Diffstat (limited to 'lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocSimple.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp index fc90dd1b90..5d94f0af85 100644 --- a/lib/CodeGen/RegAllocSimple.cpp +++ b/lib/CodeGen/RegAllocSimple.cpp @@ -30,8 +30,8 @@ using namespace llvm; namespace { - Statistic<> NumStores("ra-simple", "Number of stores added"); - Statistic<> NumLoads ("ra-simple", "Number of loads added"); + static Statistic<> NumStores("ra-simple", "Number of stores added"); + static Statistic<> NumLoads ("ra-simple", "Number of loads added"); class VISIBILITY_HIDDEN RegAllocSimple : public MachineFunctionPass { MachineFunction *MF; |