mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 15:02:16 +00: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…
x
Reference in New Issue
Block a user