| commit | 1408bc9a55b868af67f1360ff5b51b5c68b8b0f3 | [log] [tgz] |
|---|---|---|
| author | Eli Friedman <eli.friedman@gmail.com> | Thu Jun 23 18:10:35 2011 +0000 |
| committer | Eli Friedman <eli.friedman@gmail.com> | Thu Jun 23 18:10:35 2011 +0000 |
| tree | ae5abfd51070af8c84a95164527b9a068c34292b | |
| parent | 6cdd72a9caef025b922620e8e1bfdaf0f14e4965 [diff] |
Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. <rdar://problem/9640356> llvm-svn: 133737