X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Finternal%2Fcodegen%2Fssa%2Fstatements%2FLetApply.java;h=400cb6e4e373f78c480e8fc37c1da3dc203a47f2;hp=6d139a4d6fda4f1927ac84b9a99f550456503d49;hb=fad36d463b75c3a9944d875fc627c3533f6da74d;hpb=78f577368ba4c71ad6fb3d9f16c03c634585cf7b;ds=sidebyside diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/statements/LetApply.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/statements/LetApply.java index 6d139a4d6..400cb6e4e 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/statements/LetApply.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/statements/LetApply.java @@ -399,7 +399,7 @@ public class LetApply extends LetStatement implements ValRefBinder { tailBlock.setExit(headBlock.getExit()); // Merge blocks - thisFunction.mergeBlocks(function); + thisFunction.mergeBlocks(function); headBlock.setExit(new Jump(function.getFirstBlock().createOccurrence(), parameters));