C++: Simplify.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-03 22:16:40 +01:00
parent 25179074c1
commit 0149fb640d

View File

@@ -635,7 +635,7 @@ class SsaPhiNode extends Node, TSsaPhiNode {
*/
cached
final Node getAnInput(boolean fromBackEdge) {
localFlowStep(result, this) and
result.(SsaPhiInputNode).getPhiNode() = phi and
exists(IRBlock bPhi, IRBlock bResult |
bPhi = phi.getBasicBlock() and bResult = result.getBasicBlock()
|