kimgr added a subscriber: kimgr.
kimgr added a comment.
Added some ideas for tests that might break.
================
Comment at: test/Analysis/identical-expressions.cpp:1543
@@ +1542,3 @@
+ }
+}
+
----------------
How about a negative test here, eg
if (++x > 10) {
if (++x > 10) {
...
Or one with a mod of x between the ifs, and one with an unrelated change
between the ifs, eg ++y.
http://reviews.llvm.org/D10892
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits