C++: change note for function call GVNs

This commit is contained in:
Robert Marsh
2022-08-01 13:32:12 -04:00
parent 5c11062d21
commit 7c4d3800b6

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Multiple function calls made in the same function may now receive the same global value number when the analysis can show they produce the same results.