Initialize TextAlignFillValue. Fix revision 47703.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 28 Feb 2008 22:14:09 +0000 (22:14 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 28 Feb 2008 22:14:09 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47732 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetAsmInfo.cpp

index f66d0ffbed027712a1313eac3e396fa5e57066ba..3f01c9a9ac29e15d635df218714876302aa26acf 100644 (file)
@@ -54,6 +54,7 @@ TargetAsmInfo::TargetAsmInfo() :
   Data64bitsDirective("\t.quad\t"),
   AlignDirective("\t.align\t"),
   AlignmentIsInBytes(true),
+  TextAlignFillValue(0),
   SwitchToSectionDirective("\t.section\t"),
   TextSectionStartSuffix(""),
   DataSectionStartSuffix(""),