[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/

Jeffrey Yasskin jyasskin at google.com
Wed Mar 10 15:58:24 PST 2010


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?



More information about the llvm-commits mailing list