This is an archive of the discontinued LLVM Phabricator instance.

[DSE] Fix bug in updating MadeChange flag
ClosedPublic

Authored by junbuml on Jul 27 2016, 9:51 AM.

Details

Summary

The MadeChange flag should be ORed to keep the previous result.

Diff Detail

Repository
rL LLVM

Event Timeline

junbuml updated this revision to Diff 65759.Jul 27 2016, 9:51 AM
junbuml retitled this revision from to [DSE] Fix bug in updating MadeChange flag.
junbuml updated this object.
junbuml added a reviewer: mcrosier.
junbuml added a subscriber: llvm-commits.
mcrosier accepted this revision.Jul 27 2016, 9:55 AM
mcrosier edited edge metadata.

LGTM. Thanks for fixing this, Jun.

This revision is now accepted and ready to land.Jul 27 2016, 9:55 AM
This revision was automatically updated to reflect the committed changes.