add FIXME
authorJim Grosbach <grosbach@apple.com>
Wed, 22 Sep 2010 20:55:15 +0000 (20:55 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 22 Sep 2010 20:55:15 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114578 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmPrinter.cpp

index 2577d666cf10e4475e13f21c81978158764bc6a6..8fa7131267b136fb4148c3abb5409d746b3e8bea 100644 (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");
     }