summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-08-01 15:32:29 +0000
committerDan Gohman <gohman@apple.com>2007-08-01 15:32:29 +0000
commit34d442f27474594f2637972ad27e89ece6011704 (patch)
tree2fccec2e14b7f09d83d58a4bac1ca50ce606763e /llvm/lib/Analysis/IPA
parentd541c831c3d384e99a3aca0a9c3b06326f89fa1b (diff)
downloadbcm5719-llvm-34d442f27474594f2637972ad27e89ece6011704.tar.gz
bcm5719-llvm-34d442f27474594f2637972ad27e89ece6011704.zip
More explicit keywords.
llvm-svn: 40673
Diffstat (limited to 'llvm/lib/Analysis/IPA')
-rw-r--r--llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
index 786b720db7a..e28a2a55d51 100644
--- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
+++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
@@ -31,7 +31,7 @@ class CGPassManager : public ModulePass, public PMDataManager {
public:
static char ID;
- CGPassManager(int Depth)
+ explicit CGPassManager(int Depth)
: ModulePass((intptr_t)&ID), PMDataManager(Depth) { }
/// run - Execute all of the passes scheduled for execution. Keep track of
OpenPOWER on IntegriCloud