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:
aa73a9f
)
.bss is no problem here.
author
Duraid Madina
<duraid@octopus.com.au>
Sun, 3 Apr 2005 14:52:01 +0000
(14:52 +0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Sun, 3 Apr 2005 14:52:01 +0000
(14:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21061
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64AsmPrinter.cpp
b/lib/Target/IA64/IA64AsmPrinter.cpp
index 64bdfc6b6e9002495e2fa992b116b36ab12d6881..3b182d59453802fdf394c249ff8ff02ae88289a0 100644
(file)
--- a/
lib/Target/IA64/IA64AsmPrinter.cpp
+++ b/
lib/Target/IA64/IA64AsmPrinter.cpp
@@
-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;