Revert r2277979.
authorNico Weber <nicolasweber@gmx.de>
Mon, 8 Aug 2016 14:51:53 +0000 (14:51 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 8 Aug 2016 14:51:53 +0000 (14:51 +0000)
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

index deed2d0..2cbf6f7 100644 (file)
@@ -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.