mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Add an explicit keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5412d06e9c
commit
ff9977f8cd
@ -53,7 +53,8 @@ private:
|
||||
ValueHandleBase *Next;
|
||||
Value *VP;
|
||||
public:
|
||||
ValueHandleBase(HandleBaseKind Kind) : PrevPair(0, Kind), Next(0), VP(0) {}
|
||||
explicit ValueHandleBase(HandleBaseKind Kind)
|
||||
: PrevPair(0, Kind), Next(0), VP(0) {}
|
||||
ValueHandleBase(HandleBaseKind Kind, Value *V)
|
||||
: PrevPair(0, Kind), Next(0), VP(V) {
|
||||
if (V)
|
||||
|
Loading…
x
Reference in New Issue
Block a user