From: Chris Lattner Date: Wed, 17 Jan 2007 17:42:42 +0000 (+0000) Subject: add new directive X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f198dfb38f666062754d724a51c09775752dbdc;p=oota-llvm.git add new directive git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index b90eaa16689..3afbddb89c9 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -20,6 +20,7 @@ TargetAsmInfo::TargetAsmInfo() : TextSection(".text"), DataSection(".data"), BSSSection(".bss"), + ZeroFillDirective(0), AddressSize(4), NeedsSet(false), MaxInstLength(4),