1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.

llvm-svn: 234884
This commit is contained in:
Aaron Ballman 2015-04-14 13:26:11 +00:00
parent 9a0a08ccc4
commit 8a1833659d

View File

@ -103,6 +103,7 @@ OrcLazyJIT::TransformFtor OrcLazyJIT::createDebugDumper() {
return std::move(M);
};
}
llvm_unreachable("Unknown DumpKind");
}
int llvm::runOrcLazyJIT(std::unique_ptr<Module> M, int ArgC, char* ArgV[]) {