1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Implemented ARMInstPrinter::printThumbS4ImmOperand().

llvm-svn: 94457
This commit is contained in:
Johnny Chen 2010-01-25 22:13:10 +00:00
parent 4dbe558a10
commit 40f1246038

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