summaryrefslogtreecommitdiff
path: root/test/files/neg/t7494-no-options.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2015-09-16 19:43:46 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2015-10-31 08:29:55 +0100
commitd38d31badcb136f24198b1e84f76c2d7a898f5ed (patch)
treecdb023d05ed592a85d3ec719652b2d20d1d810f2 /test/files/neg/t7494-no-options.check
parent72538aaed4258b2a91920903cbc50033a07982ec (diff)
downloadscala-d38d31badcb136f24198b1e84f76c2d7a898f5ed.tar.gz
scala-d38d31badcb136f24198b1e84f76c2d7a898f5ed.tar.bz2
scala-d38d31badcb136f24198b1e84f76c2d7a898f5ed.zip
Remove ICode
Diffstat (limited to 'test/files/neg/t7494-no-options.check')
-rw-r--r--test/files/neg/t7494-no-options.check18
1 files changed, 3 insertions, 15 deletions
diff --git a/test/files/neg/t7494-no-options.check b/test/files/neg/t7494-no-options.check
index e3316f590a..a4c4a1ad5b 100644
--- a/test/files/neg/t7494-no-options.check
+++ b/test/files/neg/t7494-no-options.check
@@ -23,18 +23,6 @@ superaccessors 6 add super accessors in traits and nested classes
mixin 20 mixin composition
cleanup 21 platform-specific cleanups, generate reflective calls
delambdafy 22 remove lambdas
- icode 23 generate portable intermediate code
-#partest !-optimise
- jvm 24 generate JVM bytecode
- ploogin 25 A sample phase that does so many things it's kind of hard...
- terminal 26 the last phase during a compilation run
-#partest -optimise
- inliner 24 optimization: do inlining
-inlinehandlers 25 optimization: inline exception handlers
- closelim 26 optimization: eliminate uncalled closures
- constopt 27 optimization: optimize null and other constants
- dce 28 optimization: eliminate dead code
- jvm 29 generate JVM bytecode
- ploogin 30 A sample phase that does so many things it's kind of hard...
- terminal 31 the last phase during a compilation run
-#partest
+ jvm 23 generate JVM bytecode
+ ploogin 24 A sample phase that does so many things it's kind of hard...
+ terminal 25 the last phase during a compilation run