mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Suppress GCC "control reaches end of non-void function" warning.
llvm-svn: 185136
This commit is contained in:
parent
5bedd08922
commit
9c5af31019
@ -178,6 +178,7 @@ retry_random_path:
|
||||
return error_code::success();
|
||||
}
|
||||
}
|
||||
llvm_unreachable("Invalid Type");
|
||||
}
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
Reference in New Issue
Block a user