[llvm-commits] [llvm] r77004 - /llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Evan Cheng evan.cheng at apple.com
Fri Jul 24 13:47:38 PDT 2009


Author: evancheng
Date: Fri Jul 24 15:47:38 2009
New Revision: 77004

URL: http://llvm.org/viewvc/llvm-project?rev=77004&view=rev
Log:
Uh. It would be useful to actually print the operand.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td?rev=77004&r1=77003&r2=77004&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td Fri Jul 24 15:47:38 2009
@@ -443,7 +443,7 @@
 
 let isNotDuplicable = 1 in
 def t2PICADD : T2XI<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp),
-                    "$cp:\n\tadd $dst, pc",
+                    "$cp:\n\tadd $dst, $lhs, pc",
                     [(set GPR:$dst, (ARMpic_add GPR:$lhs, imm:$cp))]>;
 
 





More information about the llvm-commits mailing list