mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
Remove specification of argument default from cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd214762cb
commit
d9bacc5a84
@ -42,7 +42,7 @@ template SymbolTableListTraits<BasicBlock, Function, Function>;
|
||||
// Argument Implementation
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Argument::Argument(const Type *Ty, const std::string &Name = "", Function *Par)
|
||||
Argument::Argument(const Type *Ty, const std::string &Name, Function *Par)
|
||||
: Value(Ty, Value::ArgumentVal, Name) {
|
||||
Parent = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user