summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-17 17:42:42 +0000
committerChris Lattner <sabre@nondot.org>2007-01-17 17:42:42 +0000
commit1ceb643f31d5f0a2770846ed103add8bb8b22df3 (patch)
treef278a1097a5292f4380e22ef39f8f1bbb625f6ff /llvm/lib/Target/TargetAsmInfo.cpp
parent2e38168e4ad95cfbee13462685a441840d943a14 (diff)
downloadbcm5719-llvm-1ceb643f31d5f0a2770846ed103add8bb8b22df3.tar.gz
bcm5719-llvm-1ceb643f31d5f0a2770846ed103add8bb8b22df3.zip
add new directive
llvm-svn: 33302
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 b90eaa16689..3afbddb89c9 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -20,6 +20,7 @@ TargetAsmInfo::TargetAsmInfo() :
TextSection(".text"),
DataSection(".data"),
BSSSection(".bss"),
+ ZeroFillDirective(0),
AddressSize(4),
NeedsSet(false),
MaxInstLength(4),
OpenPOWER on IntegriCloud