When initializing struct members, the important thing is that the "initializing" expression is
compatible, not having the same type. Fix rdar://8183908 in which compatible vector types weren't initialized properly leading to a crash. llvm-svn: 124637
Loading
Please sign in to comment