mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
* Add -functionattrs to default pass list so -dgc2stack is more effective
when callees aren't inlined. This should also improve various standard LLVM optimizations. * Comment out some verbose logging.
This commit is contained in:
@@ -416,7 +416,7 @@ DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions*
|
||||
}
|
||||
Logger::undent();
|
||||
Logger::cout() << "Function type: " << tf->toChars() << '\n';
|
||||
Logger::cout() << "LLVM functype: " << *callable->getType() << '\n';
|
||||
//Logger::cout() << "LLVM functype: " << *callable->getType() << '\n';
|
||||
}
|
||||
|
||||
size_t n = Argument::dim(tf->parameters);
|
||||
|
||||
Reference in New Issue
Block a user