mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
Remove unnecessary explicit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c5de022d5
commit
9155ed9923
@ -387,8 +387,8 @@ public:
|
||||
std::string Val;
|
||||
|
||||
explicit Argument(StringRef Str = "") : Key("String"), Val(Str) {}
|
||||
explicit Argument(StringRef Key, Value *V) : Key(Key), Val(V->getName()) {}
|
||||
explicit Argument(StringRef Key, int N);
|
||||
Argument(StringRef Key, Value *V) : Key(Key), Val(V->getName()) {}
|
||||
Argument(StringRef Key, int N);
|
||||
};
|
||||
|
||||
/// \p PassName is the name of the pass emitting this diagnostic. \p
|
||||
|
Loading…
x
Reference in New Issue
Block a user