C++: Accept semantic range analysis test changes due to extra loads in the IR

This commit is contained in:
Jeroen Ketema
2023-08-04 15:13:49 +02:00
parent 554087161b
commit 8b8a2726d4

View File

@@ -672,7 +672,7 @@ void test17() {
range(i); // $ range===50
i = 20 + (j -= 10);
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60 range="==Store: ... -= ...+20"
}
// Tests for unsigned multiplication.