mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Changed default value of 3rd parameter in function definition
llvm-svn: 3492
This commit is contained in:
parent
656de9732b
commit
e2a8fb2f79
@ -146,7 +146,7 @@ string CWriter::getValueName(const Value *V) {
|
||||
// declaration.
|
||||
//
|
||||
ostream &CWriter::printType(const Type *Ty, const string &NameSoFar,
|
||||
bool IgnoreName = false) {
|
||||
bool IgnoreName) {
|
||||
if (Ty->isPrimitiveType())
|
||||
switch (Ty->getPrimitiveID()) {
|
||||
case Type::VoidTyID: return Out << "void " << NameSoFar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user