summaryrefslogtreecommitdiffstats
path: root/test/448-multiple-returns/info.txt
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-02-04 14:52:20 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-02-04 15:08:37 +0000
commitbe31ff94d66a0037c445eb57dc82f2a51bb46d9e (patch)
tree2eb41a8786b2f0d1d42bc9bbecfe831b3b9bc17c /test/448-multiple-returns/info.txt
parenta6919983bfc7e2c1eb69a4408f940146a2b78d59 (diff)
downloadart-be31ff94d66a0037c445eb57dc82f2a51bb46d9e.tar.gz
art-be31ff94d66a0037c445eb57dc82f2a51bb46d9e.tar.bz2
art-be31ff94d66a0037c445eb57dc82f2a51bb46d9e.zip
Fix a bug in the inliner.
Code did not work in the presence of multiple returns. Spotted by Mark P. Mendell. Change-Id: I237050a0d79c0cfaa479e9b886f7450879e84713
Diffstat (limited to 'test/448-multiple-returns/info.txt')
-rw-r--r--test/448-multiple-returns/info.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/448-multiple-returns/info.txt b/test/448-multiple-returns/info.txt
new file mode 100644
index 0000000000..cdd354bbdf
--- /dev/null
+++ b/test/448-multiple-returns/info.txt
@@ -0,0 +1,2 @@
+Tests inlining of a pattern not generated by DX: multiple
+returns in a single method.