[LLVMbugs] [Bug 16283] New: PostDominators: missing const overload of findNearestCommonDominator()

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jun 9 07:41:12 PDT 2013


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

            Bug ID: 16283
           Summary: PostDominators: missing const overload of
                    findNearestCommonDominator()
           Product: new-bugs
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: alexander at jesner.eu
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This is cumbersome because the DominatorTree (Dominators.h) has a const
overload.

You can find a possible solution (taken from Dominators.h) here:
https://github.com/cptjazz/llvm/commit/7d1822dda9b459c9e29143693a91695f3771b52b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130609/4a334071/attachment.html>


More information about the llvm-bugs mailing list