mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Add an explicit keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ecb28f2b49
commit
bfd5e3d7b1
@ -50,7 +50,7 @@ class SSAUpdater {
|
|||||||
public:
|
public:
|
||||||
/// SSAUpdater constructor. If InsertedPHIs is specified, it will be filled
|
/// SSAUpdater constructor. If InsertedPHIs is specified, it will be filled
|
||||||
/// in with all PHI Nodes created by rewriting.
|
/// in with all PHI Nodes created by rewriting.
|
||||||
SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
|
explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
|
||||||
~SSAUpdater();
|
~SSAUpdater();
|
||||||
|
|
||||||
/// Initialize - Reset this object to get ready for a new set of SSA
|
/// Initialize - Reset this object to get ready for a new set of SSA
|
||||||
|
Loading…
Reference in New Issue
Block a user