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

Tidy up. Formatting.

llvm-svn: 141780
This commit is contained in:
Jim Grosbach 2011-10-12 16:34:37 +00:00
parent 5acb47274d
commit 3b205dab2d

View File

@ -711,12 +711,12 @@ void ARMInstPrinter::printNoHashImmediate(const MCInst *MI, unsigned OpNum,
}
void ARMInstPrinter::printPImmediate(const MCInst *MI, unsigned OpNum,
raw_ostream &O) {
raw_ostream &O) {
O << "p" << MI->getOperand(OpNum).getImm();
}
void ARMInstPrinter::printCImmediate(const MCInst *MI, unsigned OpNum,
raw_ostream &O) {
raw_ostream &O) {
O << "c" << MI->getOperand(OpNum).getImm();
}