Initialize TextAlignFillValue. Fix revision 47703.

llvm-svn: 47732
This commit is contained in:
Lauro Ramos Venancio 2008-02-28 22:14:09 +00:00
parent ea557cc68e
commit a6e28675f3

View 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(""),