mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
WIP: port to llvm 3.0
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user