[AArch64] Adjust the scheduling model for Exynos-M1.

Enable use-postra-scheduler. (NFC)

llvm-svn: 275457
This commit is contained in:
Evandro Menezes 2016-07-14 19:25:46 +00:00
parent 13623ad009
commit 77d470ff3c
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1",
FeatureFPARMv8,
FeatureNEON,
FeaturePerfMon,
FeaturePostRAScheduler,
FeatureUseRSqrt
]>;