summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-26 01:27:08 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-26 01:27:08 +0000
commitabaf967ceb45328d868160cb491284f8f7964f07 (patch)
tree5931b88a941c11bb4252d968a46bdfe97be4aa20 /llvm/lib/CodeGen/BranchFolding.cpp
parent86248d5632ea7d1cbd4e6dc820662381872cb64d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud