Java: Move SSA data flow test and extend it to cover phi-read input edges.

This commit is contained in:
Anders Schack-Mulligen
2025-02-18 13:50:14 +01:00
parent 5379506464
commit 291ea6f6eb
4 changed files with 55 additions and 7 deletions

View File

@@ -24,13 +24,6 @@ public class GuardTest {
break;
}
String s2 = "string";
if (!isSafe(s2)) {
s2 = null;
}
sink(s2);
}
}