[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
move constructor. Previously user-defined reduction initializer was considered as an assignment expression, not as initializer. Fixed this by treating the initializer expression as an initializer. llvm-svn: 312638
Loading
Please sign in to comment