Disable composite type debug info for now.

llvm-svn: 62406
This commit is contained in:
Devang Patel 2009-01-17 05:05:12 +00:00
parent ddd55bdfec
commit 732220a09f

View File

@ -1751,6 +1751,9 @@ private:
void ConstructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer,
DICompositeType CTy) {
/// FIXME - Enable this asap.
return;
// Get core information.
const std::string &Name = CTy.getName();
uint64_t Size = CTy.getSizeInBits() >> 3;