(clean-up) Move comment

This commit is contained in:
Owen Mansel-Chan
2021-02-02 10:36:17 +00:00
parent 48a52cfd2f
commit f279fa17af

View File

@@ -1184,8 +1184,8 @@ abstract class BarrierGuard extends Node {
fd.getFunction() = f and
localFlow(inp.getExitNode(fd), arg) and
ret = outp.getEntryNode(fd) and
// Case: a function like "if someBarrierGuard(arg) { return true } else { return false }"
(
// Case: a function like "if someBarrierGuard(arg) { return true } else { return false }"
exists(ControlFlow::ConditionGuardNode guard |
guards(guard, arg) and
guard.dominates(ret.getBasicBlock())