Fix reordering rule. Fix the 2nd stage to consume all inputs.
authorhanda <handa>
Fri, 11 Jan 2008 07:53:55 +0000 (07:53 +0000)
committerhanda <handa>
Fri, 11 Jan 2008 07:53:55 +0000 (07:53 +0000)
FLT/CHAM-GENERIC.flt

index 8ab1986..03df0a4 100644 (file)
@@ -40,7 +40,7 @@
    ("([IA])(v?)(V?L?)([fF]?)"
     | < (2 =) (1 =) (3 = *) > (4 =) |)
    ("([CA])(m?)(M?)(v?)(V?L?)([fF]?)"
-    | < (4 = ) (2 =) (1 =) (3 =) (4 = *) > (5 =) |)
+    | < (4 = ) (2 =) (1 =) (3 =) (5 = *) > (6 =) |)
    ("."
     =))
   *))
 (generator
  (0
   (cond
-   (" .*f " < = * >)
-   (" .* " = *)
-   ("." =))))
+   (" (.*f) " < (1 = *) >)
+   (" (.*) " (1 = *))
+   ("." =))
+  *))
 
 ;; Copyright (C) 2008
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)