forked from OSchip/llvm-project
Fix 'not all control paths return a value' warning on windows buildbots.
llvm-svn: 303344
This commit is contained in:
parent
e1e566d4df
commit
8d81c22164
|
@ -170,6 +170,7 @@ public:
|
|||
Result = Globs.contains(S) ? Yes : No;
|
||||
return Result == Yes;
|
||||
}
|
||||
llvm_unreachable("invalid enum");
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue