[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Chris Lattner
sabre at nondot.org
Wed Jan 17 09:43:05 PST 2007
Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.14 -> 1.15
---
Log message:
add new directive
---
Diffs of the changes: (+1 -0)
TargetAsmInfo.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.14 llvm/lib/Target/TargetAsmInfo.cpp:1.15
--- llvm/lib/Target/TargetAsmInfo.cpp:1.14 Wed Jan 17 04:33:08 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp Wed Jan 17 11:42:42 2007
@@ -20,6 +20,7 @@
TextSection(".text"),
DataSection(".data"),
BSSSection(".bss"),
+ ZeroFillDirective(0),
AddressSize(4),
NeedsSet(false),
MaxInstLength(4),
More information about the llvm-commits
mailing list