Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.182 -> 1.183 --- Log message: Update scheduling info for vrsave instruction --- Diffs of the changes: (+2 -2) PPCInstrInfo.td | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.182 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.183 --- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.182 Mon Mar 13 15:52:10 2006 +++ llvm/lib/Target/PowerPC/PPCInstrInfo.td Tue Mar 14 23:25:05 2006 @@ -710,10 +710,10 @@ // characteristics as an OR instruction. def MTVRSAVE : XFXForm_7_ext<31, 467, 256, (ops GPRC:$rS), "mtspr 256, $rS", IntGeneral>, - PPC970_Unit_FXU; + PPC970_DGroup_Single, PPC970_Unit_FXU; def MFVRSAVE : XFXForm_1_ext<31, 339, 256, (ops GPRC:$rT), "mfspr $rT, 256", IntGeneral>, - PPC970_Unit_FXU; + PPC970_DGroup_First, PPC970_Unit_FXU; def MFCR : XFXForm_3<31, 19, (ops GPRC:$rT), "mfcr $rT", SprMFCR>, PPC970_MicroCode, PPC970_Unit_CRU; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits