diff options
author | Reid Kleckner <rnk@google.com> | 2018-04-19 19:40:12 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-04-19 19:40:12 +0000 |
commit | 317a6ddea7b942cd1298dd4d0c04731d36df9636 (patch) | |
tree | 9968f54a7788cc3ba32375f0f9a4f2a7f5921a91 /llvm/lib/Transforms/Utils/LoopRotationUtils.cpp | |
parent | ee68ec06a147645a74ad4d64d5fb27f7e6474eed (diff) | |
download | llvm-317a6ddea7b942cd1298dd4d0c04731d36df9636.zip llvm-317a6ddea7b942cd1298dd4d0c04731d36df9636.tar.gz llvm-317a6ddea7b942cd1298dd4d0c04731d36df9636.tar.bz2 |
Remove impossible _MSC_VER check
Summary:
It is immediately preceded by this check:
#if _MSC_VER < 1900
#error "MSVC versions prior to Visual Studio 2015 are not supported"
#endif
Reviewers: EricWF
Subscribers: christof, cfe-commits
Differential Revision: https://reviews.llvm.org/D45829
llvm-svn: 330360
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopRotationUtils.cpp')
0 files changed, 0 insertions, 0 deletions