projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c099e49
)
add new directive
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Jan 2007 17:42:42 +0000
(17:42 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 17 Jan 2007 17:42:42 +0000
(17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33302
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetAsmInfo.cpp
b/lib/Target/TargetAsmInfo.cpp
index b90eaa16689190e0baed57ae4fe25309e1e8d997..3afbddb89c960015ce010e1fbaaada54ae8a6595 100644
(file)
--- 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),