Skip to content

Commit 03c86a8

Browse files
committed
change #if0 to #ifdef DEBUG
1 parent 10131ed commit 03c86a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointer-analysis/value_set.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ void value_sett::get_value_set_rec(
876876
#endif
877877
}
878878

879-
#if 0
879+
#ifdef DEBUG
880880
std::cout << "GET_VALUE_SET_REC RESULT:\n";
881881
for(const auto &obj : dest.read())
882882
{

0 commit comments

Comments
 (0)