On Mar 1, 2009, at 12:32 PM, Mike Stump wrote: > On Feb 28, 2009, at 5:09 PM, Anders Carlsson wrote: >> + // Check if the block can be global. >> + if (CanBlockBeGlobal(Info)) >> + return CGM.GetAddrOfGlobalBlock(BE, Name.c_str()); > > This also breaks the setting of BLOCK_HAS_DESCRIPTOR, which was > generated correctly before. > > My version sets BLOCK_HAS_DESCRIPTOR.
BLOCK_HAS_DESCRIPTOR is an interim flag, and it doesn't look like it's used anywhere anymore. Still, I added it to the global block code path. Anders _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
