commit | 1290ecf5b978535386360573c4921dc7138264c7 | [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 | 87fc6b4f86d15dc178c8dbde6b26a8f8edf4f9c4 [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();