[LLVMbugs] [Bug 9736] New: AliasSetTracker could use ADT/ilist instead of its own list implementation.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 16 00:39:39 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9736

           Summary: AliasSetTracker could use ADT/ilist instead of its own
                    list implementation.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Global Analyses
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ludw1g.m3i3r at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list