1
0
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:
Patrik Hagglund 2013-06-28 06:54:05 +00:00
parent 5bedd08922
commit 9c5af31019

View File

@ -178,6 +178,7 @@ retry_random_path:
return error_code::success();
}
}
llvm_unreachable("Invalid Type");
}
namespace llvm {