summaryrefslogtreecommitdiff
path: root/dx/tests/083-ssa-phi-placement/info.txt
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2012-04-01 00:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2012-06-21 11:19:58 -0700
commitb178bea7d8af0d7e65faad94586356d52ef3e409 (patch)
tree7259e615d1996e190ad080611feb2fd2bd93354c /dx/tests/083-ssa-phi-placement/info.txt
downloaddalvik-snapshot-gingerbread.tar.gz
Snapshot d0d351b2ef726ff1b76a3efb4aad91e4d1436f6agingerbread
Diffstat (limited to 'dx/tests/083-ssa-phi-placement/info.txt')
-rw-r--r--dx/tests/083-ssa-phi-placement/info.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/dx/tests/083-ssa-phi-placement/info.txt b/dx/tests/083-ssa-phi-placement/info.txt
new file mode 100644
index 0000000..8d4eebf
--- /dev/null
+++ b/dx/tests/083-ssa-phi-placement/info.txt
@@ -0,0 +1,5 @@
+This is a test case for the phi placement algorthim used in the conversion to SSA form.
+
+This test compares emitted code against a known-good (via eyeballing)
+version, so it is possible for this test to spuriously fail if other
+aspects of conversion end up altering the output in innocuous ways.