mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 15:51:35 +00:00
llvm_unreachable() is not for user diagnostics....
llvm-svn: 145465
This commit is contained in:
parent
693ce8291c
commit
d97df5c06a
@ -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…
x
Reference in New Issue
Block a user