diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-03 17:26:47 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-03 17:26:47 +0000 |
commit | c98d03011e7c5d2065e11ae1859cfc8f7c8f32d8 (patch) | |
tree | 7d24cf4962fc7e4340313664b8e0eca2b1e559fb /llvm/lib/Target | |
parent | 8d5ab875f6370a9433824c6d2803f18fb57fb3de (diff) | |
download | bcm5719-llvm-c98d03011e7c5d2065e11ae1859cfc8f7c8f32d8.tar.gz bcm5719-llvm-c98d03011e7c5d2065e11ae1859cfc8f7c8f32d8.zip |
Reorder C++ initialization lists to appease compiler.
in kmp_wait_release.h, there were some constructors where the initialization
lists were out of order with the member declarations inside the class. This
patch just reorders the initialization list so the compiler doesn't complain.
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-June/000670.html
Patch by Jack Howarth and Jonathan Peyton
llvm-svn: 238946
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions