On Feb 1, 2008, at 1:10 AM, Evan Cheng wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=46635&view=rev
> Log:
> Remove the nasty LABEL hack with a much less evil one. Now  
> llvm.dbg.func.start implies a stoppoint is set. SelectionDAGISel  
> records a new source line but does not create a ISD::LABEL node for  
> this special stoppoint. Asm printer will magically print this label.  
> This ensures nothing is emitted before.

Nice reduction in evilness! :)

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

Reply via email to