Remove spurious default case to silent sanitizer

llvm-svn: 201309
This commit is contained in:
Renato Golin 2014-02-13 10:26:33 +00:00
parent 32eaa37b15
commit 03d671c733
1 changed files with 0 additions and 2 deletions

View File

@ -6564,8 +6564,6 @@ static void AddRunTimeLibs(const ToolChain &TC, const Driver &D,
case ToolChain::RLT_Libgcc:
AddLibgcc(TC.getTriple(), D, CmdArgs, Args);
break;
default:
llvm_unreachable("Unknown RT-Lib type");
}
}