mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Don't return true on a function with a void return type.
llvm-svn: 156484
This commit is contained in:
parent
219f1f7ac8
commit
ec576d9105
@ -609,7 +609,7 @@ void Triple::getiOSVersion(unsigned &Major, unsigned &Minor,
|
||||
Major = 0;
|
||||
Minor = 0;
|
||||
Micro = 0;
|
||||
return true;
|
||||
break;
|
||||
case IOS:
|
||||
getOSVersion(Major, Minor, Micro);
|
||||
// Default to 0.0.
|
||||
|
Loading…
Reference in New Issue
Block a user