mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simple wrapper again.
r195698 moved the type unit checking up into getOrCreateTypeDIE so remove the redundant check and fold the functions back together again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -327,10 +327,6 @@ public:
|
||||
DIE *createAndAddDIE(unsigned Tag, DIE &Parent,
|
||||
DIDescriptor N = DIDescriptor());
|
||||
|
||||
/// constructTypeDIEImpl - Construct type DIE that is not a type unit
|
||||
/// reference from a DICompositeType.
|
||||
void constructTypeDIEImpl(DIE &Buffer, DICompositeType CTy);
|
||||
|
||||
/// Compute the size of a header for this unit, not including the initial
|
||||
/// length field.
|
||||
unsigned getHeaderSize() const {
|
||||
|
Reference in New Issue
Block a user