commit | 9fdb31e12023d94c710a766a54d8a57c91a196f9 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 01 12:56:46 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 01 13:54:32 2015 +0100 |
tree | 22be0afa06ceca65cb4d1ed457c0ea720845e9a4 | |
parent | 3b0667c1d68ba88c71b031757b757dca659afd69 [diff] [blame] |
Do not do a type check when setting null to an array. Change-Id: I7387d45aea697d4a3de273335647220a815a992b
diff --git a/test/521-checker-array-set-null/info.txt b/test/521-checker-array-set-null/info.txt new file mode 100644 index 0000000..ec2ba35 --- /dev/null +++ b/test/521-checker-array-set-null/info.txt
@@ -0,0 +1,2 @@ +Checker test for optimizing that checks whether our +optimizations to remove type checks on array set operations work.