Add missed section

llvm-svn: 53354
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index e3bc507b..8ad9cad 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -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?