diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2012-06-11 19:57:04 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2012-06-11 19:57:04 +0000 |
| commit | bddc916f2b58b56e4b7c1afc2be4e3438af0ffe6 (patch) | |
| tree | a2bd343b05ad37bb095d980010acc78edb724840 /llvm/lib/Target/PowerPC | |
| parent | bfd3d08d1879595635b1965112a087d21c05b6d0 (diff) | |
| download | bcm5719-llvm-bddc916f2b58b56e4b7c1afc2be4e3438af0ffe6.tar.gz bcm5719-llvm-bddc916f2b58b56e4b7c1afc2be4e3438af0ffe6.zip | |
Enable MFOCRF generation on the PPC A2 core.
llvm-svn: 158324
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPC.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td index 91e07179ee8..4ad5c54aa52 100644 --- a/llvm/lib/Target/PowerPC/PPC.td +++ b/llvm/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, |

