aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-09 17:11:08 +0000
committerChris Lattner <sabre@nondot.org>2006-03-09 17:11:08 +0000
commit8bf586f3056df3bbbd40d324a207736e00bb70c8 (patch)
tree99832aa962121aa31ff94d4af3576d35748275ad /lib/CodeGen/DwarfWriter.cpp
parent13beebb25bc50ec969afcd7979108d2da7562b64 (diff)
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
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 68aeb101d6..e18596f2c6 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/lib/CodeGen/DwarfWriter.cpp
@@ -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.