Skip to content

Commit

Permalink
Merge pull request #1479 from kisslune/master
Browse files Browse the repository at this point in the history
fixed an SFR bug
  • Loading branch information
yuleisui authored Jun 2, 2024
2 parents cf016e9 + 403deb5 commit 26cee1c
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 26cee1c

Please sign in to comment.