]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/binders/ValRefBinder.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / ssa / binders / ValRefBinder.java
index 96dd379085d245738a456bcc264df503d084bcfb..3b56b0b6259cd83ef3a81a2396c7143a60466d4e 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.scl.compiler.internal.codegen.ssa.binders;\r
-\r
-import org.simantics.scl.compiler.internal.codegen.references.Val;\r
-import org.simantics.scl.compiler.internal.codegen.references.ValRef;\r
-import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;\r
-import org.simantics.scl.compiler.types.Type;\r
-\r
-public interface ValRefBinder {\r
-    SSAFunction getParentFunction();\r
-    void replaceByApply(ValRef valRef, Val function, Type[] typeParameters, Val[] parameters2);\r
-}\r
+package org.simantics.scl.compiler.internal.codegen.ssa.binders;
+
+import org.simantics.scl.compiler.internal.codegen.references.Val;
+import org.simantics.scl.compiler.internal.codegen.references.ValRef;
+import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;
+import org.simantics.scl.compiler.types.Type;
+
+public interface ValRefBinder {
+    SSAFunction getParentFunction();
+    void replaceByApply(ValRef valRef, Val function, Type[] typeParameters, Val[] parameters2);
+}