forked from OSchip/llvm-project
parent
15f6ffbf7c
commit
f22c578d67
|
@ -542,7 +542,7 @@ static int compileModule(char **argv, LLVMContext &Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (MIR) {
|
if (MIR) {
|
||||||
assert(MMI && "addPassesToEmitFile didn't set MMI");
|
assert(MMI && "Forgot to create MMI?");
|
||||||
if (MIR->parseMachineFunctions(*M, *MMI))
|
if (MIR->parseMachineFunctions(*M, *MMI))
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue