mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
counter should be unsigned.
llvm-svn: 32252
This commit is contained in:
parent
a7baddddcc
commit
8fac1e29c7
@ -21,7 +21,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
Statistic<int> HelloCounter("hellocount",
|
||||
Statistic<> HelloCounter("hellocount",
|
||||
"Counts number of functions greeted");
|
||||
// Hello - The first implementation, without getAnalysisUsage.
|
||||
struct Hello : public FunctionPass {
|
||||
|
Loading…
x
Reference in New Issue
Block a user