From: Nico Weber Date: Mon, 8 Aug 2016 14:51:53 +0000 (+0000) Subject: Revert r2277979. X-Git-Tag: llvmorg-4.0.0-rc1~13058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb912b9dd399c42e93f46229089eb2a6e6352083;p=platform%2Fupstream%2Fllvm.git Revert r2277979. For some reason, MSVC2013's cl.exe crashes with fatal error C1001: An internal error has occurred in the compiler with this when compiling e.g. LoopDistribute.cpp. llvm-svn: 278011 --- diff --git a/llvm/include/llvm/Analysis/TargetLibraryInfo.h b/llvm/include/llvm/Analysis/TargetLibraryInfo.h index deed2d0..2cbf6f7 100644 --- a/llvm/include/llvm/Analysis/TargetLibraryInfo.h +++ b/llvm/include/llvm/Analysis/TargetLibraryInfo.h @@ -273,7 +273,6 @@ public: /// If we try to invalidate this info, just return false. It cannot become /// invalid even if the module changes. bool invalidate(Module &, const PreservedAnalyses &) { return false; } - bool invalidate(Function &, const PreservedAnalyses &) { return false; } }; /// Analysis pass providing the \c TargetLibraryInfo.