summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-01 22:06:18 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-01 22:06:18 +0000
commitc2af77b027a7b6659e73ce35fd868509c872b8af (patch)
tree367a38ab8a406d291bffda0b8d5fef7d6aab7218 /llvm/lib/CodeGen/AsmPrinter
parentd306baf572e2cdeb37678a298cda290714961277 (diff)
downloadbcm5719-llvm-c2af77b027a7b6659e73ce35fd868509c872b8af.tar.gz
bcm5719-llvm-c2af77b027a7b6659e73ce35fd868509c872b8af.zip
Remove unused function DebugLocEntry::isEmpty
llvm-svn: 205365
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
index 5bc9ebc893a..9f5be6164f5 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
@@ -89,9 +89,6 @@ public:
EntryKind = E_ConstantInt;
}
- /// \brief Empty entries are also used as a trigger to emit temp label. Such
- /// labels are referenced is used to find debug_loc offset for a given DIE.
- bool isEmpty() const { return Begin == 0 && End == 0; }
bool Merge(const DebugLocEntry &Next) {
return End == Next.Begin && hasSameValueOrLocation(Next);
}
OpenPOWER on IntegriCloud