[svn r250] Fixed the warning about dropping arguments to _Dmain when optimizing.

Did a few cleanups in inline asm code.
This commit is contained in:
Tomas Lindquist Olsen
2008-06-08 08:03:19 +02:00
parent 68d7827d35
commit 28382e3567
8 changed files with 45 additions and 135 deletions

View File

@@ -129,11 +129,6 @@ void Module::genobjfile()
// do this again as moduleinfo might have pulled something in!
DtoEmptyAllLists();
// emit the llvm main function if necessary
if (ir.emitMain) {
//DtoMain();
}
// verify the llvm
if (!global.params.novalidate) {
std::string verifyErr;