Swift: Autoformat.

This commit is contained in:
Geoffrey White
2023-05-10 15:36:16 +01:00
parent 49da113b10
commit 1820d36a4e

View File

@@ -184,9 +184,7 @@ module Ssa {
*/
cached
predicate assigns(CfgNode value) {
exists(
AssignExpr a, SsaInput::BasicBlock bb, int i
|
exists(AssignExpr a, SsaInput::BasicBlock bb, int i |
this.definesAt(_, bb, i) and
a = bb.getNode(i).getNode().asAstNode() and
value.getNode().asAstNode() = a.getSource()