Migrate existing backends that care about software floating point
[oota-llvm.git] / lib / Target / ARM / ARM.td
index 9882227905c5897748a93a8f8a9583c8993f7070..c7ea18a17fef03e7a3c0e4930ba230c6920074be 100644 (file)
@@ -23,6 +23,9 @@ include "llvm/Target/Target.td"
 def ModeThumb  : SubtargetFeature<"thumb-mode", "InThumbMode", "true",
                                   "Thumb mode">;
 
+def ModeSoftFloat : SubtargetFeature<"soft-float", "UseSoftFloat", "true",
+                                     "Use software floating point features.">;
+
 //===----------------------------------------------------------------------===//
 // ARM Subtarget features.
 //