Remove duplicate set of CompilationDir.

llvm-svn: 189292
This commit is contained in:
Eric Christopher 2013-08-26 23:50:40 +00:00
parent bfceb2fe8f
commit 6d13fe007f
1 changed files with 0 additions and 1 deletions

View File

@ -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 =