aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-20 22:23:34 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-20 22:23:34 +0000
commit98eb7be103f4e8dc9a584b551f81df389222f90d (patch)
tree27b023dcc042a994a3f6adb57ea3528a2ae7a9fd
parentc088345f1377a36c35c037be63830d0e6892f904 (diff)
downloadexternal_llvm-98eb7be103f4e8dc9a584b551f81df389222f90d.zip
external_llvm-98eb7be103f4e8dc9a584b551f81df389222f90d.tar.gz
external_llvm-98eb7be103f4e8dc9a584b551f81df389222f90d.tar.bz2
Fix typo. When will I learn?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131765 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/TargetLoweringObjectFileImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index 964919e..cb337d8 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());