[llvm-commits] [llvm] r86748 - in /llvm/trunk: include/llvm/Analysis/ include/llvm/CodeGen/ include/llvm/Transforms/Utils/ lib/Analysis/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/Transforms/Utils/

Devang Patel dpatel at apple.com
Wed Mar 10 16:43:54 PST 2010


On Mar 10, 2010, at 3:58 PM, Jeffrey Yasskin wrote:

> On Mon, Mar 8, 2010 at 10:13 AM, Devang Patel <dpatel at apple.com> wrote:
>> Hi Jeffrey,
>> 
>> I'll update the comment. AbstractScopes map is used to keep track of abstract scopes in entire module. AbstractScopesList is used to construct abstract scopes seen while processing a function. This use of list avoids randomness in DIE ordering.
> 
> Thanks.  Is there a test for this ordering stability?

You mean test to reason why we use list instead of map because of ordering requirement ?
-
Devang



More information about the llvm-commits mailing list