mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-04 19:33:13 +01:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user