Disable composite type debug info for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-01-17 05:05:12 +00:00
parent f6a4e2edb0
commit 2d91d18ba1

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;