[llvm-commits] [dragonegg] r141280 - /dragonegg/trunk/src/Types.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Oct 13 07:07:34 PDT 2011


On 10/06/2011 05:21 AM, Duncan Sands wrote:
> Author: baldrick
> Date: Thu Oct  6 04:21:48 2011
> New Revision: 141280
>
> URL: http://llvm.org/viewvc/llvm-project?rev=141280&view=rev
> Log:
> Hook up the returns_twice attribute to GCC's ECF_RETURNS_TWICE.
> While there, rearrange existing code and comments a bit.

Thanks!

Does this produces returns_twice for functions are known to have it 
(like setjmp) even if they are not declared as such?

Cheers,
Rafael



More information about the llvm-commits mailing list