Skip to content

Commit e7e0f84

Browse files
Update include/phasar/PhasarLLVM/Plugins/Interfaces/IfdsIde/IDETabulationProblemPlugin.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42ad7ed commit e7e0f84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/phasar/PhasarLLVM/Plugins/Interfaces/IfdsIde/IDETabulationProblemPlugin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ class IDETabulationProblemPlugin
6161

6262
bool isZeroValue(d_t Fact) const override { return Fact == getZeroValue(); }
6363

64-
void printNode(std::ostream &OS, const llvm::Instruction *Stmt) const override {
64+
void printNode(std::ostream &OS,
65+
const llvm::Instruction *Stmt) const override {
6566
OS << llvmIRToString(Stmt);
6667
}
6768

0 commit comments

Comments
 (0)