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

            Bug ID: 18520
           Summary: ReplaceInstWithInst should update phi nodes when the
                    instruction being replaced is a BranchInst
           Product: libraries
           Version: 3.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Transformation Utilities
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

When calling ReplaceInstWithInst on a br instruction the phi nodes in old
successor blocks still reference the current block, even if they aren't
successors anymore.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to