Fix 'not all control paths return a value' warning on windows buildbots.

llvm-svn: 303344
This commit is contained in:
Simon Pilgrim 2017-05-18 10:48:23 +00:00
parent e1e566d4df
commit 8d81c22164
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ public:
Result = Globs.contains(S) ? Yes : No;
return Result == Yes;
}
llvm_unreachable("invalid enum");
}
private: