summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-10-12 16:34:37 +0000
committerJim Grosbach <grosbach@apple.com>2011-10-12 16:34:37 +0000
commit6966411f45f880489a6a96c2eee01d24eded82f9 (patch)
tree7859dabd50a7baf15ab5fca4f389eb57c1908ae1
parentde239d26475ccaa1c1d23c4119ba96bf93a8d6d4 (diff)
downloadbcm5719-llvm-6966411f45f880489a6a96c2eee01d24eded82f9.tar.gz
bcm5719-llvm-6966411f45f880489a6a96c2eee01d24eded82f9.zip
Tidy up. Formatting.
llvm-svn: 141780
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
index d637929b296..3a907265412 100644
--- a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
+++ b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
@@ -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();
}
OpenPOWER on IntegriCloud