A fail to match coprocessor number and register number must fail instead of assert.

llvm-svn: 125521
This commit is contained in:
Bruno Cardoso Lopes 2011-02-14 21:10:33 +00:00
parent 86776147ff
commit 57a522f30d
1 changed files with 0 additions and 1 deletions

View File

@ -771,7 +771,6 @@ static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) {
break;
}
llvm_unreachable("Unhandled coprocessor operand string!");
return -1;
}