diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp index d59622e1495..0f5e8fb5b4b 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp @@ -296,8 +296,6 @@ void DIEHash::hashLocList(const DIELocList &LocList) { // which is the next empty entry. if (Entry.isEmpty()) return; - else if (Entry.isMerged()) - continue; else AP->getDwarfDebug()->emitDebugLocEntry(Streamer, Entry); } |