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

section.

llvm-svn: 27503
This commit is contained in:
Jim Laskey 2006-04-08 00:35:59 +00:00
parent 016a0e50a5
commit 7d4592733c
1 changed files with 0 additions and 1 deletions

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.