1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[ThinLTO] - Add comment. NFC.

Was requested during review of D42798.

llvm-svn: 324095
This commit is contained in:
George Rimar 2018-02-02 15:06:09 +00:00
parent 0742a71317
commit 5bccf5b98e

View File

@ -629,6 +629,8 @@ void llvm::convertToDeclaration(GlobalValue &GV) {
// need to add support here for creating either a function or
// variable declaration, and return the new GlobalValue* for
// the caller to use.
// Support of dropping aliases is required for correct dead code
// elimination performed in thin LTO backends (see 'dropDeadSymbols').
llvm_unreachable("Expected function or variable");
}