forked from OSchip/llvm-project
parent
05ef4cff44
commit
177746a739
|
@ -150,7 +150,6 @@ uint64_t ExprParser::apply(StringRef Op, uint64_t L, uint64_t R) {
|
|||
if (Op == "&")
|
||||
return L & R;
|
||||
llvm_unreachable("invalid operator");
|
||||
return 0;
|
||||
}
|
||||
|
||||
// This is a part of the operator-precedence parser.
|
||||
|
|
Loading…
Reference in New Issue