[PATCH] D12871: [OpenMP] Target directive host codegen - rebased
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 16 15:31:56 PDT 2015
sfantao added inline comments.
================
Comment at: lib/CodeGen/CGStmtOpenMP.cpp:80-81
@@ -67,1 +79,4 @@
II = &getContext().Idents.get("vla");
+ if (UseOnlyReferences)
+ ArgType = getContext().getLValueReferenceType(
+ ArgType, /*SpelledAsLValue=*/false);
----------------
Done!
http://reviews.llvm.org/D12871
More information about the cfe-commits
mailing list