X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfCompileUnit.h;h=74c946036c4fcf9da50c8d13d30fc94be05388da;hp=f6b69ce2aa8f9b55e02ef500892296c76c3719cd;hb=54a86b37ddf5425deb7fadde898437df9c6c770b;hpb=cf19403e392cb6db8fcdd626c805d24d958dd5d1 diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index f6b69ce2aa8..74c946036c4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -128,6 +128,8 @@ public: constructImportedEntityDIE(const DIImportedEntity &Module); void finishSubprogramDefinition(DISubprogram SP); + + void collectDeadVariables(DISubprogram SP); }; } // end llvm namespace