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

           Summary: inliner crash with "CallGraphSCCPass did not update the
                    CallGraph correctly!"
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3662)
 --> (http://llvm.org/bugs/attachment.cgi?id=3662)
testcase .ll

I think this has something to do with the testcase using the "unwind"
instruction.

$ opt -disable-output -inline testcase.bc 
opt: /home/duncan/LLVM/llvm.top/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp:253:
void<unnamed>::CGPassManager::RefreshCallGraph(std::vector<llvm::CallGraphNode*,
std::allocator<llvm::CallGraphNode*> >&, llvm::CallGraph&, bool): Assertion
`!CheckingMode && "CallGraphSCCPass did not update the CallGraph correctly!"'
failed.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to