summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-03-15 05:25:05 +0000
committerNate Begeman <natebegeman@mac.com>2006-03-15 05:25:05 +0000
commit2e1fde7c5cbd52e97c394a5099e43548a0d087e4 (patch)
tree94b8279618a3843d1ceaa94ea1cf5d59ae95052b /llvm/lib
parent3196422df0ca974357a05b5640437d8d77be56d8 (diff)
downloadbcm5719-llvm-2e1fde7c5cbd52e97c394a5099e43548a0d087e4.tar.gz
bcm5719-llvm-2e1fde7c5cbd52e97c394a5099e43548a0d087e4.zip
Update scheduling info for vrsave instruction
llvm-svn: 26776
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index 1aa43bad581..3430fd6fd47 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
@@ -710,10 +710,10 @@ def MFLR : XFXForm_1_ext<31, 339, 8, (ops GPRC:$rT), "mflr $rT", SprMFSPR>,
// 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;
OpenPOWER on IntegriCloud