add FIXME

llvm-svn: 114578
This commit is contained in:
Jim Grosbach 2010-09-22 20:55:15 +00:00
parent c1b3e072f4
commit 1f57cc4a59
1 changed files with 1 additions and 0 deletions

View File

@ -1659,6 +1659,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
V1 = MCOperand::CreateExpr(SymRef1);
V2 = MCOperand::CreateExpr(SymRef2);
} else {
// FIXME: External symbol?
MI->dump();
llvm_unreachable("cannot handle this operand");
}