WIP: port to llvm 3.0

This commit is contained in:
Alexey Prokhin
2011-10-21 10:41:21 +04:00
parent 423076dd82
commit 629f13929e
62 changed files with 935 additions and 898 deletions

View File

@@ -76,7 +76,7 @@ struct X86_cfloat_rewrite : ABIRewrite
}
// {float,float} -> i64
const LLType* type(Type*, const LLType* t)
LLType* type(Type*, LLType* t)
{
return LLType::getInt64Ty(gIR->context());
}