Merge branch 'llvm3.0' into merge-3.0

Conflicts:
	gen/configfile.cpp
This commit is contained in:
David Nadlinger
2011-12-04 18:16:36 +01:00
15 changed files with 73 additions and 68 deletions

View File

@@ -534,7 +534,7 @@ void AsmBlockStatement::toIR(IRState* p)
p->asmBlock = asmblock;
// do asm statements
for (int i=0; i<statements->dim; i++)
for (unsigned i=0; i<statements->dim; i++)
{
Statement* s = (Statement*)statements->data[i];
if (s) {