[cfe-commits] r91255 - /cfe/trunk/lib/CodeGen/CGRTTI.cpp

Anders Carlsson andersca at mac.com
Mon Dec 14 09:42:22 PST 2009


13 dec 2009 kl. 22.58 skrev Chris Lattner:

> 
> On Dec 13, 2009, at 10:37 PM, Anders Carlsson wrote:
> 
>> 
>> 13 dec 2009 kl. 20.05 skrev Chris Lattner:
>> 
>>> 
>>> On Dec 13, 2009, at 3:47 PM, Anders Carlsson wrote:
>>> 
>>> Does it matter that the evaluation order of these two calls is undefined?  Is the order actually undefined in an initializer?
>>> 
>> 
>> It doesn't matter if the order is undefined.
> 
> Ok, they produce exactly the same IR?

Yup - it's creating elements of a global struct and the elements do not depend on each other.

Anders




More information about the cfe-commits mailing list