summaryrefslogtreecommitdiff
path: root/test/files/run/t5313.check
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-01-29 09:13:30 -0800
committerJames Iry <jamesiry@gmail.com>2013-01-30 09:44:42 -0800
commit9b4fa8382fe0ed6fef3ff91e2c153a1840c954b9 (patch)
treeb6e6509530957c10097f94be090d9487d388e0a8 /test/files/run/t5313.check
parenteab288442931f01b5bad2dcfa244a6183db0f4b6 (diff)
downloadscala-9b4fa8382fe0ed6fef3ff91e2c153a1840c954b9.tar.gz
scala-9b4fa8382fe0ed6fef3ff91e2c153a1840c954b9.tar.bz2
scala-9b4fa8382fe0ed6fef3ff91e2c153a1840c954b9.zip
SI-5313 Eliminate more stores by replacing clobbers with null stores
When an unused store clobbers a previous store, replace it with storing a null. Don't mark clobbers as "used" so that the original clobber and all following clobbers can still be eliminated.
Diffstat (limited to 'test/files/run/t5313.check')
-rw-r--r--test/files/run/t5313.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t5313.check b/test/files/run/t5313.check
index dd8791f109..aa30c0efa5 100644
--- a/test/files/run/t5313.check
+++ b/test/files/run/t5313.check
@@ -6,3 +6,5 @@ STORE_LOCAL(value kept3)
STORE_LOCAL(variable kept2)
STORE_LOCAL(variable kept4)
STORE_LOCAL(variable kept4)
+STORE_LOCAL(variable kept5)
+STORE_LOCAL(variable kept5)