Re: Re: r322112 - [OPENMP] Fix directive kind on stand-alone target data directives, NFC.

2018-01-10 Thread Alexey Bataev via cfe-commits
These changes are just cosmetic, it does not affect real codegen for target data directives. - Best regards, Alexey Bataev 09.01.2018 15:31, Jonas Hahnfeld via cfe-commits пишет: > Why is this NFC and doesn't change a test? > > Am 2018-01-09 20:59, schrieb Alexey Bataev via cfe-commit

Re: r322112 - [OPENMP] Fix directive kind on stand-alone target data directives, NFC.

2018-01-09 Thread Jonas Hahnfeld via cfe-commits
Why is this NFC and doesn't change a test? Am 2018-01-09 20:59, schrieb Alexey Bataev via cfe-commits: Author: abataev Date: Tue Jan 9 11:59:25 2018 New Revision: 322112 URL: http://llvm.org/viewvc/llvm-project?rev=322112&view=rev Log: [OPENMP] Fix directive kind on stand-alone target data dir

r322112 - [OPENMP] Fix directive kind on stand-alone target data directives, NFC.

2018-01-09 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Tue Jan 9 11:59:25 2018 New Revision: 322112 URL: http://llvm.org/viewvc/llvm-project?rev=322112&view=rev Log: [OPENMP] Fix directive kind on stand-alone target data directives, NFC. Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp Modified: cfe/trunk/lib/CodeGen/CG