[llvm-commits] [llvm] r53354 - /llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Wed Jul 9 13:47:55 PDT 2008


Author: asl
Date: Wed Jul  9 15:47:55 2008
New Revision: 53354

URL: http://llvm.org/viewvc/llvm-project?rev=53354&view=rev
Log:
Add missed section

Modified:
    llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp

Modified: llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp?rev=53354&r1=53353&r2=53354&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp Wed Jul  9 15:47:55 2008
@@ -147,6 +147,7 @@
   FourByteConstantSection = "\t.literal4\n";
   FourByteConstantSection_ = getUnnamedSection("\t.literal4\n",
                                                SectionFlags::Mergeable);
+  EightByteConstantSection = "\t.literal8\n";
   EightByteConstantSection_ = getUnnamedSection("\t.literal8\n",
                                                 SectionFlags::Mergeable);
   // FIXME: Why don't always use this section?





More information about the llvm-commits mailing list