.bss is no problem here.

llvm-svn: 21061
This commit is contained in:
Duraid Madina 2005-04-03 14:52:01 +00:00
parent 34cc5b329f
commit 6c9afaead4
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ bool IA64SharedAsmPrinter::doFinalization(Module &M) {
case GlobalValue::InternalLinkage:
if (C->isNullValue())
SwitchSection(O, CurSection, ".bss");
// FIXME? in ia64-land .bss means "nobits" (i.e. uninitialized)
else
SwitchSection(O, CurSection, ".data");
break;