changes on the composite location generation (but still it doesn't work) & found...
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3Decoder / Equalizer.java
index f5aea8a68450021bda7f26359c85f5622cbe4747..8ba6180d8062738446cdce5d76ec11b1ef349fc6 100644 (file)
@@ -31,7 +31,7 @@
  * @author MDM\r
  */\r
 @LATTICE("B<IDX,IDX<T,IDX*")\r
-@METHODDEFAULT("OUT<V,V<SH,SH<C,C<IN,SH*,THISLOC=IN,GLOBALLOC=IN")\r
+@METHODDEFAULT("OUT<V,V<SH,SH<C,C<IN,IN<P,C*,SH*,THISLOC=IN,GLOBALLOC=IN")\r
 public final class Equalizer {\r
   /**\r
    * Equalizer setting to denote that a given band will not be present in the\r
@@ -173,7 +173,7 @@ public final class Equalizer {
    * \r
    */\r
   @RETURNLOC("C")\r
-  @PCLOC("C")\r
+  @PCLOC("P")\r
   float getBandFactor(@LOC("IN") float eq) {\r
     if (eq == BAND_NOT_PRESENT)\r
       return 0.0f;\r