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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to