Add the break in the switch case (even if there is llvm_unreachable. It will silent coverity warning CID 1231654

llvm-svn: 215897
This commit is contained in:
Sylvestre Ledru 2014-08-18 15:13:44 +00:00
parent 0ae4074599
commit 75c2914114
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOp
switch (os) {
case llvm::Triple::Linux:
llvm_unreachable("Include management is handled in the driver.");
break;
case llvm::Triple::Win32:
switch (triple.getEnvironment()) {
default: llvm_unreachable("Include management is handled in the driver.");