mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
Removed some excessive llvm type logging
This commit is contained in:
@@ -647,7 +647,7 @@ size_t getTypeStoreSize(const LLType* t)
|
||||
size_t getABITypeSize(const LLType* t)
|
||||
{
|
||||
size_t sz = gTargetData->getABITypeSize(t);
|
||||
Logger::cout() << "abi type size of: " << *t << " == " << sz << '\n';
|
||||
//Logger::cout() << "abi type size of: " << *t << " == " << sz << '\n';
|
||||
return sz;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user