[llvm-branch-commits] [llvm-branch] r106127 - /llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp

Bob Wilson bob.wilson at apple.com
Wed Jun 16 11:51:25 PDT 2010


Author: bwilson
Date: Wed Jun 16 13:51:25 2010
New Revision: 106127

URL: http://llvm.org/viewvc/llvm-project?rev=106127&view=rev
Log:
Merge svn 106125 from Hermes.

Modified:
    llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp

Modified: llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp?rev=106127&r1=106126&r2=106127&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp (original)
+++ llvm/branches/Apple/Morbo/lib/Target/ARM/ARMISelDAGToDAG.cpp Wed Jun 16 13:51:25 2010
@@ -1187,7 +1187,7 @@
   // where one stores the even registers and the other stores the odd registers.
 
   // Enable writeback to the address register.
-  MemOpc = CurDAG->getTargetConstant(ARM_AM::getAM6Opc(true), MVT::i32);
+  Ops[2] = CurDAG->getTargetConstant(ARM_AM::getAM6Opc(true), MVT::i32);
 
   // Store the even subregs.
   for (unsigned Vec = 0; Vec < NumVecs; ++Vec)





More information about the llvm-branch-commits mailing list