Skip to content

Commit

Permalink
fixed an SFR bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kisslune committed Jun 1, 2024
1 parent cf016e9 commit 403deb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/lib/WPA/AndersenSCD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ NodeStack& AndersenSCD::SCCDetect()
double mergeEnd = stat->getClk();
timeOfSCCMerges += (mergeEnd - mergeStart)/TIMEINTERVAL;

if (Options::DetectPWC())
if (!Options::DetectPWC())
{
sccStart = stat->getClk();
PWCDetect();
Expand Down

0 comments on commit 403deb5

Please sign in to comment.