diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-26 01:27:08 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-26 01:27:08 +0000 |
commit | abaf967ceb45328d868160cb491284f8f7964f07 (patch) | |
tree | 5931b88a941c11bb4252d968a46bdfe97be4aa20 /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | 86248d5632ea7d1cbd4e6dc820662381872cb64d (diff) | |
download | bcm5719-llvm-abaf967ceb45328d868160cb491284f8f7964f07.tar.gz bcm5719-llvm-abaf967ceb45328d868160cb491284f8f7964f07.zip |
Remove incorrect #ifdef guards around variant tests.
The tests were previously guarded by #if defined(_LIBCPP_VER) || defined(_MSVC_STL_VER),
which is both incorrect (e.g. _LIBCPP_VERSION) and unneeded. Although the tests are
technically non-standard (yet) they are supported by both libc++ and MSVC's STL.
libstdc++ doesn't regularly use the test suite so I'm not concerned about guarding these
tests for them.
llvm-svn: 303953
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
0 files changed, 0 insertions, 0 deletions