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:
parent
5acb47274d
commit
3b205dab2d
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user