summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/Global.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java
index d6a2feb841..bd411f7439 100644
--- a/sources/scalac/Global.java
+++ b/sources/scalac/Global.java
@@ -223,7 +223,6 @@ public class Global {
this.PHASE = args.phases;
// if (!optimize) PHASE.remove(args.phases.OPTIMIZE);
// TODO: Enable TailCall for other backends when they handle LabelDefs
- if (target != TARGET_JVM) args.phases.TAILCALL.addSkipFlag();
if (target != TARGET_MSIL) args.phases.GENMSIL.addSkipFlag();
if (target != TARGET_JVM) args.phases.GENJVM.addSkipFlag();
PHASE.freeze();