File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ public boolean hasReduceRetracingParam() {
247247 * @return True iff this {@link Function} has parameter experimental_compile.
248248 */
249249 public boolean hasExperimentalCompileParam () {
250- // Since jit_compile and experimental_compile (deprecated) have the same functionalities, when we parse these parameters we put
251- // look for both strings and store it into this boolean variable.
250+ // Since jit_compile and experimental_compile (deprecated) have the same functionalities, when we parse these parameters together
251+ // and store it into this boolean variable.
252252 return this .jitCompileParamExists ;
253253 }
254254
@@ -259,7 +259,7 @@ public boolean hasExperimentalCompileParam() {
259259 */
260260 public boolean hasExperimentalRelaxShapesParam () {
261261 // Since reduce_retracing and experimental_relax_shapes (deprecated) have the same functionalities, when we parse these
262- // parameters we put look for both strings and store it into this boolean variable.
262+ // parameters together and store it into this boolean variable.
263263 return this .reduceRetracingParamExists ;
264264 }
265265
You can’t perform that action at this time.
0 commit comments