[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jim Laskey
jlaskey at apple.com
Fri Apr 7 17:36:12 PDT 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.55 -> 1.56
---
Log message:
Remove section change in function end, preventing override of function's real
section.
---
Diffs of the changes: (+0 -1)
DwarfWriter.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.55 llvm/lib/CodeGen/DwarfWriter.cpp:1.56
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.55 Fri Apr 7 15:44:42 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Fri Apr 7 19:35:59 2006
@@ -2428,7 +2428,6 @@
EOL("Dwarf End Function");
// Define end label for subprogram.
- Asm->SwitchSection(TextSection, 0);
EmitLabel("func_end", SubprogramCount);
// Construct scopes for subprogram.
More information about the llvm-commits
mailing list