Skip to content
Commit 01cad4c6 authored by Eli Friedman's avatar Eli Friedman
Browse files

Make sure isCopyAssignment is only true for actual copy assignment operators,

instead of all assignment operators.  The mistake messes up IRGen because
it ends up assuming that the assignment operator is actually the implicit
copy assignment operator, and therefore tries to emit the RHS as an lvalue.

llvm-svn: 86307
parent 9eb7701d
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