From 591221017b20913bfafde55f7ff8672730bdac82 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Thu, 25 Jul 2013 17:35:36 -0700 Subject: SI-7622 Phases are enabled or not Refactor the calculation of the "phase chain" a bit. In particular, initial and terminal phases are not special except that they must be head and last. When done, filter for enabled phases. At this commit, nobody claims to be disabled. Additional sanity support of phases settings. --- test/files/neg/t6446-show-phases.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t6446-show-phases.check') diff --git a/test/files/neg/t6446-show-phases.check b/test/files/neg/t6446-show-phases.check index a1bf408506..73cbfb6659 100644 --- a/test/files/neg/t6446-show-phases.check +++ b/test/files/neg/t6446-show-phases.check @@ -28,4 +28,4 @@ inlinehandlers 24 optimization: inline exception handlers 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 + terminal 29 the last phase during a compilation run -- cgit v1.2.3