Implemented ARMInstPrinter::printThumbS4ImmOperand().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94457 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Johnny Chen 2010-01-25 22:13:10 +00:00
parent 436c48485c
commit 541ba7dd92

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;
}