mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Don't return true on a function with a void return type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ecee47eab4
commit
26bbdeed6c
@ -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