From 98eb7be103f4e8dc9a584b551f81df389222f90d Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Fri, 20 May 2011 22:23:34 +0000 Subject: [PATCH] Fix typo. When will I learn? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131765 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 1 - 1 file changed, 1 deletion(-) 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()); -- 2.11.0