[LLVMbugs] [Bug 13904] Assertion in CallGraph: `!CS.getInstruction() || !CS.getCalledFunction() || !CS.getCalledFunction()->isIntrinsic()'
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon Sep 24 00:47:50 PDT 2012
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=13904
Duncan Sands <baldrick at free.fr> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |baldrick at free.fr
         Resolution|                            |DUPLICATE
--- Comment #1 from Duncan Sands <baldrick at free.fr> 2012-09-24 02:47:50 CDT ---
I reduced it to the testcase in PR13903.  It could probably be reduced a lot
further, since it is just callgraph construction crashing in a straightforward
way when it sees an invoke of an intrinsic (the llvm.donothing intrinsic).
*** This bug has been marked as a duplicate of bug 13903 ***
-- 
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