temporary hack to get the build working again, apparently a header

commit was forgotten


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26642 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-03-09 17:11:08 +00:00
parent 13beebb25b
commit 8bf586f305
2 changed files with 4 additions and 4 deletions

View File

@ -1323,7 +1323,7 @@ DIE *DwarfWriter::NewType(DIE *Context, TypeDesc *TyDesc) {
unsigned Line = MemberDesc->getLine();
TypeDesc *MemTy = MemberDesc->getFromType();
uint64_t Size = MemberDesc->getSize();
uint64_t Align = MemberDesc->getAlign();
uint64_t Align = 0; //MemberDesc->getAlign();
uint64_t Offset = MemberDesc->getOffset();
// Construct member die.