forked from OSchip/llvm-project
A fail to match coprocessor number and register number must fail instead of assert.
llvm-svn: 125521
This commit is contained in:
parent
86776147ff
commit
57a522f30d
|
@ -771,7 +771,6 @@ static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) {
|
|||
break;
|
||||
}
|
||||
|
||||
llvm_unreachable("Unhandled coprocessor operand string!");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue