mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-14 07:29:01 +00:00
Remove unused function DebugLocEntry::isEmpty
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8ef6518ce
commit
2e33edd399
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user