Remove section change in function end, preventing override of function's real

section.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27503 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-04-08 00:35:59 +00:00
parent c1989542eb
commit f36e2d3415

View File

@ -2428,7 +2428,6 @@ void DwarfWriter::EndFunction() {
EOL("Dwarf End Function");
// Define end label for subprogram.
Asm->SwitchSection(TextSection, 0);
EmitLabel("func_end", SubprogramCount);
// Construct scopes for subprogram.