From: Charles Davis Date: Fri, 20 May 2011 22:23:34 +0000 (+0000) Subject: Fix typo. When will I learn? X-Git-Tag: android-x86-6.0-r1~964^2~670 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=98eb7be103f4e8dc9a584b551f81df389222f90d;p=android-x86%2Fexternal-llvm.git Fix typo. When will I learn? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131765 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 964919e7b3c..cb337d84dba 100644 --- a/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -941,7 +941,6 @@ void TargetLoweringObjectFileCOFF::Initialize(MCContext &Ctx, SectionKind::getMetadata()); DwarfLineSection = getContext().getCOFFSection(".debug_line", - SectionKind::getMetadata()); COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_MEM_READ, SectionKind::getMetadata());