commit | 64952e1f651629039349676ddfa15981d0d8b5bf | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jul 09 13:26:24 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jul 09 13:26:24 2008 +0000 |
tree | 2af1a93fe35156e5d0460d0b3402762a1faf331a | |
parent | 731d8c50281832f3a1e0313f85d164b1c7dbc95b [diff] [blame] |
Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53314 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 304e5a5..a53f4a1 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -489,7 +489,7 @@ if (Align < Size) Align = Size; - return getCStringSection() + utostr(Size) + ',' + utostr(Align); + return getCStringSection() + utostr(Size) + '.' + utostr(Align); } return getReadOnlySection();