diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/RSProfiling.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/RSProfiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 4c6f264b3b..c14915c9a5 100644 --- a/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/lib/Transforms/Instrumentation/RSProfiling.cpp @@ -52,7 +52,7 @@ using namespace llvm; namespace { - Statistic<> NumBackEdges("bedge", "Number of BackEdges"); + Statistic NumBackEdges("bedge", "Number of BackEdges"); enum RandomMeth { GBV, GBVO, HOSTCC |