Skip to content

Commit 4789431

Browse files
committed
Add change note
1 parent d588ee3 commit 4789431

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
The definition of `mayHaveSideEffects` for `ReturnStmt` was incorrect when more
5+
than one expression was being returned. Such return statements were
6+
effectively considered to never have side effects. This has now been fixed.
7+
In rare circumstances `globalValueNumber` may have incorrectly treated two
8+
values as the same when they were in fact distinct.

0 commit comments

Comments
 (0)