aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
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
commit1a1d4777b937a3083970986f410d1fbe04ba7860 (patch)
treecc14bfca9ee9851369997e66e30f758ddb574316 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent60afcc2a6f10fdd437d775b943c4714f98e7ec77 (diff)
downloadllvm-1a1d4777b937a3083970986f410d1fbe04ba7860.zip
llvm-1a1d4777b937a3083970986f410d1fbe04ba7860.tar.gz
llvm-1a1d4777b937a3083970986f410d1fbe04ba7860.tar.bz2
Fix typo. When will I learn?
llvm-svn: 131765
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index 964919e..cb337d8 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/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());