Skip to content

Commit 36a2eeb

Browse files
committed
when ocd kicks in
1 parent a329386 commit 36a2eeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Solver/IDESolver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ class IDESolver
773773

774774
EdgeFunctionPtrType jumpFunction(const PathEdge<n_t, d_t> Edge) {
775775
IF_LOG_ENABLED(
776-
PHASAR_LOG_LEVEL(DEBUG, "\nJumpFunctions Forward-Lookup:");
776+
PHASAR_LOG_LEVEL(DEBUG, "JumpFunctions Forward-Lookup:");
777777
PHASAR_LOG_LEVEL(DEBUG, " Source D: " << IDEProblem.DtoString(
778778
Edge.factAtSource()));
779779
PHASAR_LOG_LEVEL(

lib/PhasarLLVM/Pointer/LLVMPointsToSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ LLVMPointsToSet::LLVMPointsToSet(ProjectIRDB &IRDB, bool UseLazyEvaluation,
8181
}
8282
}
8383
}
84-
PHASAR_LOG_LEVEL(DEBUG, "LLVMPointsToSet completed\n");
84+
PHASAR_LOG_LEVEL(DEBUG, "LLVMPointsToSet completed");
8585
}
8686

8787
LLVMPointsToSet::LLVMPointsToSet(ProjectIRDB &IRDB,

0 commit comments

Comments
 (0)