Silence GCC warning about dropping off a fully covered switch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2013-11-05 13:45:09 +00:00
parent 34b4a84261
commit a83342ba3b

View File

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