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

Silence GCC warning about dropping off a fully covered switch.

llvm-svn: 194077
This commit is contained in:
Benjamin Kramer 2013-11-05 13:45:09 +00:00
parent 012a4ffd60
commit 35a0cecde9

View File

@ -3273,6 +3273,7 @@ class BitcodeErrorCategoryType : public _do_message {
case BitcodeReader::InvalidValue:
return "Invalid value";
}
llvm_unreachable("Unknown error type!");
}
};
}