https://llvm.org/bugs/show_bug.cgi?id=24415

            Bug ID: 24415
           Summary: Post dom tree incorrectly returns NULL as  root node
           Product: libraries
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Global Analyses
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

For the below mentioned code. The getRootNode function of postdom tree
incorrectly returns NULL.

void foo() {
  while(1);
}

getRootNode function in Post dom tree seems to be broken as mentioned by Daniel
in the review http://reviews.llvm.org/D11143ttp://reviews.llvm.org/D11143

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to