aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2008-02-28 22:14:09 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2008-02-28 22:14:09 +0000
commitf3c630e3fc2cec564325ae43c90f94b0c4a1662d (patch)
treea682072bb876cf3d34922f522b0c2bc938d2db25
parent1f4a887e321adaeace11ced1bd261debf2f0d578 (diff)
downloadexternal_llvm-f3c630e3fc2cec564325ae43c90f94b0c4a1662d.zip
external_llvm-f3c630e3fc2cec564325ae43c90f94b0c4a1662d.tar.gz
external_llvm-f3c630e3fc2cec564325ae43c90f94b0c4a1662d.tar.bz2
Initialize TextAlignFillValue. Fix revision 47703.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47732 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index f66d0ff..3f01c9a 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -54,6 +54,7 @@ TargetAsmInfo::TargetAsmInfo() :
Data64bitsDirective("\t.quad\t"),
AlignDirective("\t.align\t"),
AlignmentIsInBytes(true),
+ TextAlignFillValue(0),
SwitchToSectionDirective("\t.section\t"),
TextSectionStartSuffix(""),
DataSectionStartSuffix(""),