forked from OSchip/llvm-project
Fix build after 34a8a437b
This commit is contained in:
parent
bebafe01a7
commit
72bd0116e3
|
@ -159,7 +159,7 @@ protected:
|
|||
class AddIRPass {
|
||||
public:
|
||||
AddIRPass(ModulePassManager &MPM, bool DebugPM, bool Check = true)
|
||||
: MPM(MPM), FPM(DebugPM) {
|
||||
: MPM(MPM), FPM() {
|
||||
if (Check)
|
||||
AddingFunctionPasses = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue