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:
87fc6b4
)
Typo
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 13:26:24 +0000
(13:26 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 13:26:24 +0000
(13:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53314
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.cpp
b/lib/Target/X86/X86TargetAsmInfo.cpp
index 304e5a5303e56cd3a6bcb95af6b793e8a4afc4ff..a53f4a1183283ba157920318a141f2b561987e33 100644
(file)
--- a/
lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/
lib/Target/X86/X86TargetAsmInfo.cpp
@@
-489,7
+489,7
@@
X86ELFTargetAsmInfo::MergeableStringSection(const GlobalVariable *GV) const {
if (Align < Size)
Align = Size;
- return getCStringSection() + utostr(Size) + '
,
' + utostr(Align);
+ return getCStringSection() + utostr(Size) + '
.
' + utostr(Align);
}
return getReadOnlySection();