Skip to content

Commit 7c82f51

Browse files
committed
Java: Skip SSA definition nodes in data flow.
1 parent 5aa7029 commit 7c82f51

File tree

1 file changed

+2
-0
lines changed
  • java/ql/lib/semmle/code/java/dataflow/internal

1 file changed

+2
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu
684684
predicate guardControlsBlock(Guard guard, BasicBlock bb, boolean branch) {
685685
guard.controls(bb, branch)
686686
}
687+
688+
predicate includeWriteDefsInFlowStep() { none() }
687689
}
688690

689691
private module DataFlowIntegrationImpl = Impl::DataFlowIntegration<DataFlowIntegrationInput>;

0 commit comments

Comments
 (0)