[cfe-commits] r80701 - in /cfe/trunk: lib/CodeGen/CGCXX.cpp test/CodeGenCXX/destructors.cpp

Anders Carlsson andersca at mac.com
Tue Sep 1 11:58:30 PDT 2009


On Sep 1, 2009, at 11:57 AM, Fariborz Jahanian wrote:

>
> On Sep 1, 2009, at 11:50 AM, Anders Carlsson wrote:
>
>>
>> On Sep 1, 2009, at 11:48 AM, Fariborz Jahanian wrote:
>>
>>> We have test cases for these. See default-destructor-synthesis.cpp
>>> as an example.
>>>
>>> - Fariborz
>>
>> This was for dtors that aren't inlined and thus always emitted.
>
>
> In that case, please use CHECK stuff for actual emission.
>
> - Fariborz

OK! I'll fix that when I fix the ctor prologue/dtor epilogue to call  
the right functions.

Anders




More information about the cfe-commits mailing list