summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-05-08 10:22:02 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-05-08 10:22:02 +0200
commitcee2ad219d4ae2f499fc4cae93edb723c17e3c2c (patch)
tree1460d5dbe579a079dd75bf33d97553b64d47e12c /test/files/jvm
parentc26b4ccd11a3cb53f824501582f90b4805622d5e (diff)
downloadscala-cee2ad219d4ae2f499fc4cae93edb723c17e3c2c.tar.gz
scala-cee2ad219d4ae2f499fc4cae93edb723c17e3c2c.tar.bz2
scala-cee2ad219d4ae2f499fc4cae93edb723c17e3c2c.zip
Disable 'unreachable' test for GenBCode
GenICode has some logic to eliminate some dead code directly at code gen (introduced in b50a0d811f for SI-7006). This has not been ported over to GenBCode. GenBCode with the new optimizer (in Miguel's branch) also eliminates such dead code. Before adding such functionality to GenBCode I'd like to investigate the cost of running DCE. Maybe we can keep the code generator simple. I created SI-8568 to keep track of this.
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/unreachable.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/jvm/unreachable.flags b/test/files/jvm/unreachable.flags
new file mode 100644
index 0000000000..49f2d2c4c8
--- /dev/null
+++ b/test/files/jvm/unreachable.flags
@@ -0,0 +1 @@
+-Ybackend:GenASM