summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
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
commit714eeb2d55703a5bf124efc6a7221f8c9a7814de (patch)
treeff622d9c634debc24245f4c44068623ed8896057 /llvm/lib/Target/TargetAsmInfo.cpp
parentb2b50b7bf5081891d9a77d623ae8d03a3df41c2f (diff)
downloadbcm5719-llvm-714eeb2d55703a5bf124efc6a7221f8c9a7814de.tar.gz
bcm5719-llvm-714eeb2d55703a5bf124efc6a7221f8c9a7814de.zip
Initialize TextAlignFillValue. Fix revision 47703.
llvm-svn: 47732
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index f66d0ffbed0..3f01c9a9ac2 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/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(""),
OpenPOWER on IntegriCloud