Get rid of target-specific fp <-> int nodes when still I'm here.
[oota-llvm.git] / lib / Target / ARM / ARMInstrFormats.td
index be3bdb8f084ec55c8cefe926271717d663c292ca..66c4ba63074e6cecccd9c06ebaf22ca50693c5b2 100644 (file)
@@ -937,6 +937,9 @@ class ARMV5TEPat<dag pattern, dag result> : Pat<pattern, result> {
 class ARMV6Pat<dag pattern, dag result> : Pat<pattern, result> {
   list<Predicate> Predicates = [IsARM, HasV6];
 }
+class VFPPat<dag pattern, dag result> : Pat<pattern, result> {
+  list<Predicate> Predicates = [HasVFP2];
+}
 
 //===----------------------------------------------------------------------===//
 //