Remove conditional parameters from KA_TRACE macro.
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 3 Jun 2015 18:24:02 +0000 (18:24 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 3 Jun 2015 18:24:02 +0000 (18:24 +0000)
commit1c9e6432487fe9edd8e731865f9b6c18b250b25c
treea109e36411f8378e7440317130696db4579087c1
parent1ce7a11c9c9bb2d1652d21f016d64971c584796a
Remove conditional parameters from KA_TRACE macro.

It's undefined behavior to have arguments to macros be conditionally preprocessed.
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-June/000669.html

Patch by Jack Howarth and Jonathan Peyton

llvm-svn: 238950
openmp/runtime/src/kmp_tasking.c