kosarev added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:1041
+ else
+ BaseLV = CGF.EmitLoadOfReferenceLValue(BaseLV);
BaseTy = BaseTy->getPointeeType();
----------------
Oh-oh, it looks I do something not functionally equivalent here. Sorry, will
update in a moment.
https://reviews.llvm.org/D39177
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
