Skip to content
Commit 179dd918 authored by Roman Levenstein's avatar Roman Levenstein
Browse files

Fix a bug in BitVector.h. All assignment operations (except the usual

assignment operator) were returning a copy of the bit vector, instead of a
reference! This old semantics probably did not meet the expectations.
With this patch, chained assignments happen to the right object.

llvm-svn: 63012
parent b5fba6f8
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