diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-08 20:18:10 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-08 20:18:10 +0000 |
commit | cf82a16b8c2ae288d3719123203d04d7efc54265 (patch) | |
tree | 2848773c87bf68781297194bbcd52fbbf57ab941 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e70b31fc1b51d6ca697c66b03ec999b69c8e0506 (diff) | |
download | llvm-cf82a16b8c2ae288d3719123203d04d7efc54265.zip llvm-cf82a16b8c2ae288d3719123203d04d7efc54265.tar.gz llvm-cf82a16b8c2ae288d3719123203d04d7efc54265.tar.bz2 |
Remove unused variables '__kmp_build_check_*'
As an ongoing effort to sanitize the openmp code, this one word change
eliminates creating 1 byte arrays named __kmp_build_check_* and instead
creates one byte array types. The KMP_BUILD_ASSERT macro still offers the same
functionality; array types with negative number of elements is illegal
and will cause a compiler failure.
llvm-svn: 239337
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions