mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
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
This commit is contained in:
parent
9ed3511ded
commit
6aa81f4185
@ -273,7 +273,6 @@ public:
|
|||||||
/// If we try to invalidate this info, just return false. It cannot become
|
/// If we try to invalidate this info, just return false. It cannot become
|
||||||
/// invalid even if the module changes.
|
/// invalid even if the module changes.
|
||||||
bool invalidate(Module &, const PreservedAnalyses &) { return false; }
|
bool invalidate(Module &, const PreservedAnalyses &) { return false; }
|
||||||
bool invalidate(Function &, const PreservedAnalyses &) { return false; }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Analysis pass providing the \c TargetLibraryInfo.
|
/// Analysis pass providing the \c TargetLibraryInfo.
|
||||||
|
Loading…
Reference in New Issue
Block a user