Initialize CStringSection member var.

llvm-svn: 31214
This commit is contained in:
Reid Spencer 2006-10-27 16:14:06 +00:00
parent 180a453a6b
commit e54243f030
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ TargetAsmInfo::TargetAsmInfo() :
ConstantPoolSection("\t.section .rodata\n"),
JumpTableDataSection("\t.section .rodata\n"),
JumpTableDirective(0),
CStringSection(0),
StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"),
StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"),
FourByteConstantSection(0),