summaryrefslogtreecommitdiffstats
path: root/test/478-checker-inliner-nested-loop/info.txt
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2015-04-21 16:36:35 +0100
committerDavid Brazdil <dbrazdil@google.com>2015-04-21 17:17:11 +0100
commit7d275379bf490a87805852129e3fe2e8afe961e7 (patch)
treed0bbe856872c92773931c62e6881b0305a916236 /test/478-checker-inliner-nested-loop/info.txt
parent223f2f5b2a20ca8246da1523494900a2424d5956 (diff)
downloadart-7d275379bf490a87805852129e3fe2e8afe961e7.tar.gz
art-7d275379bf490a87805852129e3fe2e8afe961e7.tar.bz2
art-7d275379bf490a87805852129e3fe2e8afe961e7.zip
ART: Update loop info of all nested loops when inlining
When inlining into a nested loop, the inliner would only add the new blocks into the innermost loop info object. This patch fixes that and modifies SsaChecker to verify the property. Change-Id: I21d343a6f7d972f5b7420701f816c65ab3f20566
Diffstat (limited to 'test/478-checker-inliner-nested-loop/info.txt')
-rw-r--r--test/478-checker-inliner-nested-loop/info.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/478-checker-inliner-nested-loop/info.txt b/test/478-checker-inliner-nested-loop/info.txt
new file mode 100644
index 0000000000..c221e37285
--- /dev/null
+++ b/test/478-checker-inliner-nested-loop/info.txt
@@ -0,0 +1,2 @@
+Tests inlining into a nested loop. SSAChecker should verify that
+loop information was updated correctly.