mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 02:32:08 +00:00
dump the module *before* we delete it, not after.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c95debb49
commit
515686b130
@ -1109,11 +1109,11 @@ int main() {
|
||||
MainLoop();
|
||||
|
||||
TheFPM = 0;
|
||||
} // Free module provider and pass manager.
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
} // Free module provider (and thus the module) and pass manager.
|
||||
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
|
@ -1735,11 +1735,11 @@ int main() {
|
||||
MainLoop();
|
||||
|
||||
TheFPM = 0;
|
||||
} // Free module provider and pass manager.
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
} // Free module provider (and thus the module) and pass manager.
|
||||
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
|
@ -1774,11 +1774,11 @@ int main() {
|
||||
MainLoop();
|
||||
|
||||
TheFPM = 0;
|
||||
} // Free module provider and pass manager.
|
||||
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
} // Free module provider (and thus the module) and pass manager.
|
||||
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
|
@ -2129,11 +2129,12 @@ int main() {
|
||||
MainLoop();
|
||||
|
||||
TheFPM = 0;
|
||||
} // Free module provider and pass manager.
|
||||
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
|
||||
// Print out all of the generated code.
|
||||
TheModule->dump();
|
||||
|
||||
} // Free module provider (and thus the module) and pass manager.
|
||||
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user