diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-17 17:42:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-17 17:42:42 +0000 |
commit | 6f198dfb38f666062754d724a51c09775752dbdc (patch) | |
tree | 3e9282ff6abeaf024ecae60dc5a77cec71617594 | |
parent | c099e49f5701cb497bf7328764e6abccfda6ec4d (diff) |
add new directive
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33302 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index b90eaa1668..3afbddb89c 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -20,6 +20,7 @@ TargetAsmInfo::TargetAsmInfo() : TextSection(".text"), DataSection(".data"), BSSSection(".bss"), + ZeroFillDirective(0), AddressSize(4), NeedsSet(false), MaxInstLength(4), |