From 5a53c6e3452229759ad0b2d995bc7e37c167b631 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Mon, 11 Jun 2012 19:57:04 +0000 Subject: Enable MFOCRF generation on the PPC A2 core. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158324 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPC.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Target/PowerPC/PPC.td') diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td index 91e07179ee..4ad5c54aa5 100644 --- a/lib/Target/PowerPC/PPC.td +++ b/lib/Target/PowerPC/PPC.td @@ -91,8 +91,8 @@ def : Processor<"g5", G5Itineraries, FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX, Feature64Bit /*, Feature64BitRegs */]>; def : Processor<"a2", PPCA2Itineraries, [DirectiveA2, FeatureBookE, - FeatureFSqrt, FeatureSTFIWX, - Feature64Bit + FeatureMFOCRF, FeatureFSqrt, + FeatureSTFIWX, Feature64Bit /*, Feature64BitRegs */]>; def : Processor<"pwr6", G5Itineraries, [DirectivePwr6, FeatureAltivec, -- cgit v1.2.3