mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix -Wreturn-type warning. NFC.
llvm-svn: 366251
This commit is contained in:
parent
78ae85ba51
commit
e7d5678bf8
@ -57,6 +57,7 @@ llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf,
|
||||
return createStringError(std::make_error_code(std::errc::invalid_argument),
|
||||
"Unknown remark parser format.");
|
||||
}
|
||||
llvm_unreachable("unknown format");
|
||||
}
|
||||
|
||||
// Wrapper that holds the state needed to interact with the C API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user