[ARM] Cortex-R5 is not VFPOnlySP
[oota-llvm.git] / lib / Target / ARM / ARM.td
index ff12b36a0ea9278b34067180ea20c44f8aa49027..96b4742da2bb1f7a77a6431c75d7f72ace0f046a 100644 (file)
@@ -416,7 +416,7 @@ def : ProcessorModel<"cortex-r4f",  CortexA8Model,
 def : ProcessorModel<"cortex-r5",   CortexA8Model,
                                     [ProcR5, HasV7Ops, FeatureDB,
                                      FeatureVFP3, FeatureDSPThumb2,
-                                     FeatureHasRAS, FeatureVFPOnlySP,
+                                     FeatureHasRAS,
                                      FeatureD16, FeatureRClass]>;
 
 // FIXME: R7 has currently the same ProcessorModel as A8 and is modelled as R5.