summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-26 23:50:40 +0000
committerEric Christopher <echristo@gmail.com>2013-08-26 23:50:40 +0000
commit6d13fe007f2bd24b484c8bcb6ea5e33252f72c06 (patch)
tree6f2a90d4387b68050f9b6c3a40bd0858104f3ed3 /llvm/lib
parentbfceb2fe8fc3b5dd416bbdd08df5d6d8bb4114e1 (diff)
downloadbcm5719-llvm-6d13fe007f2bd24b484c8bcb6ea5e33252f72c06.tar.gz
bcm5719-llvm-6d13fe007f2bd24b484c8bcb6ea5e33252f72c06.zip
Remove duplicate set of CompilationDir.
llvm-svn: 189292
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 6d1f5af22ed..b2d85f369f6 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2687,7 +2687,6 @@ void DwarfDebug::emitDebugInlineInfo() {
// DW_AT_low_pc and DW_AT_high_pc are not used, and vice versa.
CompileUnit *DwarfDebug::constructSkeletonCU(const MDNode *N) {
DICompileUnit DIUnit(N);
- CompilationDir = DIUnit.getDirectory();
DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
CompileUnit *NewCU =
OpenPOWER on IntegriCloud