Skip to content
Commit aaeaae07 authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

Add a BitVector::reset(BitVector&) method.

The alternative LHS &= ~RHS is way too slow because it creates a
temporary that calls malloc/free.

llvm-svn: 149187
parent eed64c77
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment