Skip to content

Commit fdd47ef

Browse files
Update include/phasar/PhasarLLVM/DataFlowSolver/WPDS/JoinLatticeToSemiRingElem.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89a0b29 commit fdd47ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/JoinLatticeToSemiRingElem.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ template <typename V> class JoinLatticeToSemiRingElem : public wali::SemElem {
6060
auto ThisF = static_cast<JoinLatticeToSemiRingElem *>(this);
6161
auto ThatF = static_cast<JoinLatticeToSemiRingElem *>(SE);
6262
return wali::ref_ptr<JoinLatticeToSemiRingElem<V>>(
63-
new JoinLatticeToSemiRingElem(ThisF->F->composeWith(ThatF->F), Lattice));
63+
new JoinLatticeToSemiRingElem(ThisF->F->composeWith(ThatF->F),
64+
Lattice));
6465
}
6566

6667
[[nodiscard]] wali::sem_elem_t combine(SemElem *SE) override {

0 commit comments

Comments
 (0)