diff options
author | Charles Davis <cdavis@mines.edu> | 2011-05-20 22:23:34 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2011-05-20 22:23:34 +0000 |
commit | 98eb7be103f4e8dc9a584b551f81df389222f90d (patch) | |
tree | 27b023dcc042a994a3f6adb57ea3528a2ae7a9fd /lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | c088345f1377a36c35c037be63830d0e6892f904 (diff) |
Fix typo. When will I learn?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 964919e7b3..cb337d84db 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()); |