mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
llvm_unreachable() is not for user diagnostics....
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98b05a57b6
commit
d4578a4f8d
@ -747,7 +747,7 @@ static void ARMPopulateOperands(
|
||||
errs() << "Operand type: " << rec.getName() << '\n';
|
||||
errs() << "Operand name: " << operandInfo.Name << '\n';
|
||||
errs() << "Instruction name: " << inst.TheDef->getName() << '\n';
|
||||
llvm_unreachable("Unhandled type");
|
||||
throw("Unhandled type in EDEmitter");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user