This is an archive of the discontinued LLVM Phabricator instance.

Minor fixes for SparseBitVector
ClosedPublic

Authored by sl on Jul 19 2015, 10:57 AM.

Details

Summary
  1. Fix return value in SparseBitVector::operator&=.
  2. Add checks if SBV being assigned is invoking SBV.

Diff Detail

Repository
rL LLVM

Event Timeline

sl updated this revision to Diff 30122.Jul 19 2015, 10:57 AM
sl retitled this revision from to Minor fixes for SparseBitVector.
sl updated this object.
sl added a reviewer: dberlin.
sl set the repository for this revision to rL LLVM.
sl added a subscriber: llvm-commits.
sl updated this object.Jul 19 2015, 11:00 AM
dberlin accepted this revision.Jul 19 2015, 4:20 PM
dberlin edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 19 2015, 4:20 PM
sl added a comment.Jul 19 2015, 4:27 PM

Daniel, could you please commit this? Thank you.

dberlin closed this revision.Jul 20 2015, 2:01 PM

Committed