1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[LTO] Remove unused RegularLTOState::HasModule

llvm-svn: 320859
This commit is contained in:
Vitaly Buka 2017-12-15 20:50:25 +00:00
parent 24cf82d710
commit 781f47298a

View File

@ -279,7 +279,6 @@ private:
unsigned ParallelCodeGenParallelismLevel;
LTOLLVMContext Ctx;
bool HasModule = false;
std::unique_ptr<Module> CombinedModule;
std::unique_ptr<IRMover> Mover;