aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-24 19:56:23 +0000
committerDan Gohman <gohman@apple.com>2009-10-24 19:56:23 +0000
commitbfd5e3d7b1379c07c449e5022243d12bf3a6a627 (patch)
treef0290aa5a2adcf495d355c5dd877d73937d11ee8 /include
parentecb28f2b49e0f0538a1d147c4742b04c90ccd3ad (diff)
downloadexternal_llvm-bfd5e3d7b1379c07c449e5022243d12bf3a6a627.zip
external_llvm-bfd5e3d7b1379c07c449e5022243d12bf3a6a627.tar.gz
external_llvm-bfd5e3d7b1379c07c449e5022243d12bf3a6a627.tar.bz2
Add an explicit keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/Utils/SSAUpdater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/SSAUpdater.h b/include/llvm/Transforms/Utils/SSAUpdater.h
index ad99c74..2364330 100644
--- a/include/llvm/Transforms/Utils/SSAUpdater.h
+++ b/include/llvm/Transforms/Utils/SSAUpdater.h
@@ -50,7 +50,7 @@ class SSAUpdater {
public:
/// SSAUpdater constructor. If InsertedPHIs is specified, it will be filled
/// in with all PHI Nodes created by rewriting.
- SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
+ explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
~SSAUpdater();
/// Initialize - Reset this object to get ready for a new set of SSA