Implemented ARMInstPrinter::printThumbS4ImmOperand().

llvm-svn: 94457
This commit is contained in:
Johnny Chen 2010-01-25 22:13:10 +00:00
parent 665493102e
commit ab2b1a7aeb
1 changed files with 1 additions and 2 deletions

View File

@ -353,6 +353,5 @@ void ARMInstPrinter::printPCLabel(const MCInst *MI, unsigned OpNum) {
}
void ARMInstPrinter::printThumbS4ImmOperand(const MCInst *MI, unsigned OpNum) {
// FIXME: remove this.
abort();
O << "#" << MI->getOperand(OpNum).getImm() * 4;
}