projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7e227
)
counter should be unsigned.
author
Chris Lattner
<sabre@nondot.org>
Wed, 6 Dec 2006 01:50:04 +0000
(
01:50
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 6 Dec 2006 01:50:04 +0000
(
01:50
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32252
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Hello/Hello.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Hello/Hello.cpp
b/lib/Transforms/Hello/Hello.cpp
index e02406d81d5cd0b9fe2d8dd3b208b8a5bdf07e00..a91360f962d35e60479cc7a0093f16aa56301be9 100644
(file)
--- a/
lib/Transforms/Hello/Hello.cpp
+++ b/
lib/Transforms/Hello/Hello.cpp
@@
-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 {