summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-03-15 08:28:35 -0700
committerJames Iry <jamesiry@gmail.com>2013-03-15 08:28:35 -0700
commit25aabc80c9f07bc75ad5b24d48b14f0911544eca (patch)
tree732f708f4438fea75079c11bece36a38ec0198f0 /test/files/run/programmatic-main.check
parent482bef8079e2a2fecc2b8f77eb7c6da648125e3c (diff)
parent3a17ff00067f8f11288b1ddc778e193bed3ea017 (diff)
downloadscala-25aabc80c9f07bc75ad5b24d48b14f0911544eca.tar.gz
scala-25aabc80c9f07bc75ad5b24d48b14f0911544eca.tar.bz2
scala-25aabc80c9f07bc75ad5b24d48b14f0911544eca.zip
Merge pull request #2214 from JamesIry/master_constant_optimization
Analyze constants to remove unnecessary branches
Diffstat (limited to 'test/files/run/programmatic-main.check')
-rw-r--r--test/files/run/programmatic-main.check7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/files/run/programmatic-main.check b/test/files/run/programmatic-main.check
index d472c569d2..61b947214c 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -25,7 +25,8 @@ superaccessors 6 add super accessors in traits and nested classes
inliner 23 optimization: do inlining
inlinehandlers 24 optimization: inline exception handlers
closelim 25 optimization: eliminate uncalled closures
- dce 26 optimization: eliminate dead code
- jvm 27 generate JVM bytecode
- terminal 28 The last phase in the compiler chain
+ constopt 26 optimization: optimize null and other constants
+ dce 27 optimization: eliminate dead code
+ jvm 28 generate JVM bytecode
+ terminal 29 The last phase in the compiler chain