mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Pacify gcc-4.3.
llvm-svn: 52723
This commit is contained in:
parent
404964dbc0
commit
93aacd5b48
@ -613,7 +613,7 @@ bool DAE::RemoveDeadStuffFromFunction(Function *F) {
|
||||
++NumRetValsEliminated;
|
||||
Changed = true;
|
||||
}
|
||||
if (RetTypes.size() > 1 || STy && STy->getNumElements() == RetTypes.size())
|
||||
if (RetTypes.size() > 1 || (STy && STy->getNumElements()==RetTypes.size()))
|
||||
// More than one return type? Return a struct with them. Also, if we used
|
||||
// to return a struct and didn't change the number of return values,
|
||||
// return a struct again. This prevents changing {something} into something
|
||||
|
Loading…
Reference in New Issue
Block a user