Skip to content
Snippets Groups Projects
Commit ec589036 authored by Chris Lattner's avatar Chris Lattner
Browse files

counter should be unsigned.

llvm-svn: 32252
parent 979804d8
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
using namespace llvm; using namespace llvm;
namespace { namespace {
Statistic<int> HelloCounter("hellocount", Statistic<> HelloCounter("hellocount",
"Counts number of functions greeted"); "Counts number of functions greeted");
// Hello - The first implementation, without getAnalysisUsage. // Hello - The first implementation, without getAnalysisUsage.
struct Hello : public FunctionPass { struct Hello : public FunctionPass {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment