[WebAssembly] Fix -Wcovered-switch-default warning

llvm-svn: 299736
This commit is contained in:
Derek Schuff 2017-04-06 23:52:01 +00:00
parent 8ac1fa16b2
commit 9bb494caf4
1 changed files with 1 additions and 2 deletions

View File

@ -253,7 +253,6 @@ const char *llvm::WebAssembly::TypeToString(wasm::ValType Type) {
return "f32";
case wasm::ValType::F64:
return "f64";
default:
llvm_unreachable("unsupported type");
}
llvm_unreachable("unsupported type");
}