summaryrefslogtreecommitdiff
path: root/test/files/run/t5313.check
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-02-02 09:27:21 -0800
committerJames Iry <jamesiry@gmail.com>2013-02-02 09:27:21 -0800
commitc7d489e21f234bf1a2ea04c6b68990c53b5b387d (patch)
treede844a62558f42e1778ffe4a9f5d1918f4fd1c02 /test/files/run/t5313.check
parent9b4fa8382fe0ed6fef3ff91e2c153a1840c954b9 (diff)
downloadscala-c7d489e21f234bf1a2ea04c6b68990c53b5b387d.tar.gz
scala-c7d489e21f234bf1a2ea04c6b68990c53b5b387d.tar.bz2
scala-c7d489e21f234bf1a2ea04c6b68990c53b5b387d.zip
SI-5313 Test clobbers on the back edge of a loop
I realized I was missing a test case for a local store early in a loop that was unused but turned out to be a clobber of a store later in the loop.
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 aa30c0efa5..7a48b2b711 100644
--- a/test/files/run/t5313.check
+++ b/test/files/run/t5313.check
@@ -8,3 +8,5 @@ STORE_LOCAL(variable kept4)
STORE_LOCAL(variable kept4)
STORE_LOCAL(variable kept5)
STORE_LOCAL(variable kept5)
+STORE_LOCAL(variable kept6)
+STORE_LOCAL(variable kept6)