Suppress GCC "control reaches end of non-void function" warning.
[oota-llvm.git] / lib / Support / Unix / Path.inc
index 8a94b935993e62351b018d820d130b77d7b5dd47..1cbdbf5429bb65fd25f3ffc3664febfc802cebc3 100644 (file)
@@ -178,6 +178,7 @@ retry_random_path:
     return error_code::success();
   }
   }
+  llvm_unreachable("Invalid Type");
 }
 
 namespace llvm {