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 3364fe149c
commit 77db163645
1 changed files with 1 additions and 0 deletions

View File

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