[llvm-branch-commits] [llvm-branch] r104329 - /llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td

Dale Johannesen dalej at apple.com
Fri May 21 10:59:41 PDT 2010


Author: johannes
Date: Fri May 21 12:59:41 2010
New Revision: 104329

URL: http://llvm.org/viewvc/llvm-project?rev=104329&view=rev
Log:
Revert 104294 now that the real bug was fixed by 104324.


Modified:
    llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td

Modified: llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td?rev=104329&r1=104328&r2=104329&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td (original)
+++ llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td Fri May 21 12:59:41 2010
@@ -1124,7 +1124,7 @@
 // we're only interested in one subregister of it.  Represent this in the
 // instruction to keep the register allocator from becoming confused.
 def MFCRpseud: XFXForm_3<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM),
-                       "mfcr $rT", SprMFCR>,
+                       "mfcr $rT ${:comment} $FXM", SprMFCR>,
             PPC970_MicroCode, PPC970_Unit_CRU;
 def MFOCRF: XFXForm_5a<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM),
                        "mfcr $rT, $FXM", SprMFCR>,





More information about the llvm-branch-commits mailing list