[llc][NFC] Update message in assert.

llvm-svn: 309600
This commit is contained in:
Quentin Colombet 2017-07-31 18:31:04 +00:00
parent 15f6ffbf7c
commit f22c578d67
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }