commit | 4f125b7217e28dacdae950abb38feabc1bfaeb6e | [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 | 79e882c282c0bbbfcefe7871a7a5311c8f53a645 | |
parent | 9da4fd0f2e6b72e52a65a00a82ac0edd3261437b [diff] [blame] |
Typo llvm-svn: 53314
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index 304e5a5..a53f4a1 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/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();