Skip to content

AliasSetTracker could use ADT/ilist instead of its own list implementation. #10108

@llvmbot

Description

@llvmbot
Bugzilla Link 9736
Resolution WONTFIX
Resolved on Apr 16, 2011 10:59
Version trunk
OS All
Attachments Replace list-implementation with ADT/ilist in AliasSetTracker.
Reporter LLVM Bugzilla Contributor

Extended Description

The AliasSetTracker implements its own Double-linked-list implementation to link all the PointerRec-instances belonging to one Alias-Set.
I think it should reuse an exisiting list implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions