From eb912b9dd399c42e93f46229089eb2a6e6352083 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 8 Aug 2016 14:51:53 +0000 Subject: [PATCH] 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 --- llvm/include/llvm/Analysis/TargetLibraryInfo.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.7.4