summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorWill Schmidt <will_schmidt@vnet.ibm.com>2014-12-17 19:56:29 +0000
committerWill Schmidt <will_schmidt@vnet.ibm.com>2014-12-17 19:56:29 +0000
commit428488c594643f7bb0af2f46cc2ab30fc6e830ac (patch)
tree43996ae84cb285deef73b1092b5979f45b77612e /llvm/lib
parent8d7aac8406691689bd11583302105c79ccb431b9 (diff)
downloadbcm5719-llvm-428488c594643f7bb0af2f46cc2ab30fc6e830ac.tar.gz
bcm5719-llvm-428488c594643f7bb0af2f46cc2ab30fc6e830ac.zip
Enable the P8Model entry
This was missed last time around, for the P8 Instruction Scheduling changes (223257). This will hook the P8Model entry in so those changes will actually be used. llvm-svn: 224452
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index e200418ad56..4c9581927d7 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/lib/Target/PowerPC/PPC.td
@@ -311,7 +311,7 @@ def : ProcessorModel<"pwr7", P7Model,
FeaturePOPCNTD, FeatureLDBRX,
Feature64Bit /*, Feature64BitRegs */,
DeprecatedMFTB, DeprecatedDST]>;
-def : ProcessorModel<"pwr8", P7Model /* FIXME: Update to P8Model when available */,
+def : ProcessorModel<"pwr8", P8Model,
[DirectivePwr8, FeatureAltivec, FeatureVSX, FeatureP8Vector,
FeatureMFOCRF, FeatureFCPSGN, FeatureFSqrt, FeatureFRE,
FeatureFRES, FeatureFRSQRTE, FeatureFRSQRTES,
OpenPOWER on IntegriCloud