diff options
Diffstat (limited to 'lib/Support/Triple.cpp')
-rw-r--r-- | lib/Support/Triple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 2a22f75480..efa2df3265 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -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. |