forked from OSchip/llvm-project
parent
c1b3e072f4
commit
1f57cc4a59
|
@ -1659,6 +1659,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
|
||||||
V1 = MCOperand::CreateExpr(SymRef1);
|
V1 = MCOperand::CreateExpr(SymRef1);
|
||||||
V2 = MCOperand::CreateExpr(SymRef2);
|
V2 = MCOperand::CreateExpr(SymRef2);
|
||||||
} else {
|
} else {
|
||||||
|
// FIXME: External symbol?
|
||||||
MI->dump();
|
MI->dump();
|
||||||
llvm_unreachable("cannot handle this operand");
|
llvm_unreachable("cannot handle this operand");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue