Removed some excessive llvm type logging

This commit is contained in:
Tomas Lindquist Olsen
2008-09-28 15:22:39 +02:00
parent 8645e103ef
commit 04f7c18f95
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}