aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPC64AsmPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPC64AsmPrinter.cpp')
-rw-r--r--lib/Target/PowerPC/PPC64AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC64AsmPrinter.cpp b/lib/Target/PowerPC/PPC64AsmPrinter.cpp
index 37a1d07..74aaad5 100644
--- a/lib/Target/PowerPC/PPC64AsmPrinter.cpp
+++ b/lib/Target/PowerPC/PPC64AsmPrinter.cpp
@@ -569,7 +569,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) {
return;
}
- O << TII.getName(Opcode) << " ";
+ O << LowercaseString(TII.getName(Opcode)) << " ";
if (Opcode == PPC::BLR || Opcode == PPC::NOP) {
O << "\n";
} else if (ArgCount == 3 &&