add patch file

This commit is contained in:
Laurent Sansonetti
2013-09-09 02:26:09 +02:00
parent 8278bb9ebf
commit 05345071be

13
llvm.patch Normal file
View File

@@ -0,0 +1,13 @@
Index: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
===================================================================
--- lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp (revision 190250)
+++ lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp (working copy)
@@ -630,7 +630,7 @@
O << markup("<mem:") << "[";
printRegName(O, MO1.getReg());
if (MO2.getImm()) {
- O << ":" << (MO2.getImm() << 3);
+ O << ", :" << (MO2.getImm() << 3);
}
O << "]" << markup(">");
}