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

Dale Johannesen dalej at apple.com
Thu May 20 16:29:47 PDT 2010


Author: johannes
Date: Thu May 20 18:29:47 2010
New Revision: 104294

URL: http://llvm.org/viewvc/llvm-project?rev=104294&view=rev
Log:
It seems Morbo ppc completely removes {:comment} when not
asm-verbose.  I don't see how this can be safe in
general, and TOT doesn't do it, but apparently the
only thing that actually breaks is the patch I put in
this morning.  Remove the {:comment} from that to humor Morbo.


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=104294&r1=104293&r2=104294&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td (original)
+++ llvm/branches/Apple/Morbo/lib/Target/PowerPC/PPCInstrInfo.td Thu May 20 18:29:47 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 ${:comment} $FXM", SprMFCR>,
+                       "mfcr $rT", 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