mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
Hexagon: Use llvm_unreachable. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
305565bab3
commit
e7cee5a7a3
@ -142,7 +142,7 @@ bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) {
|
||||
DEBUG(dbgs() << "Evaluating V MI\n"; I->dump());
|
||||
unsigned Reg = 0;
|
||||
if (!getInstrVecReg(*I, Reg))
|
||||
assert(!"Need a vector reg");
|
||||
llvm_unreachable("Need a vector reg");
|
||||
MachineBasicBlock::instr_iterator MII = I->getIterator();
|
||||
if (I->isInsideBundle()) {
|
||||
DEBUG(dbgs() << "add to end of bundle\n"; I->dump());
|
||||
|
Loading…
Reference in New Issue
Block a user