diff options
author | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:50:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:50:40 +0000 |
commit | 6d13fe007f2bd24b484c8bcb6ea5e33252f72c06 (patch) | |
tree | 6f2a90d4387b68050f9b6c3a40bd0858104f3ed3 /llvm/lib | |
parent | bfceb2fe8fc3b5dd416bbdd08df5d6d8bb4114e1 (diff) | |
download | bcm5719-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.cpp | 1 |
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 = |