http://llvm.org/bugs/show_bug.cgi?id=7519
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|Assertion failed: |ICE with recursive function |(getOperand(0)->getType() |pointer through struct |== | |cast<PointerType>(getOperan | |d(1)->getType())->getElemen | |tType() && "Ptr must be a | |pointer to Val type!"), | |function AssertOK, file | |Instructions.cpp, line | |1046. | --- Comment #3 from Chris Lattner <[email protected]> 2010-06-29 12:57:03 CDT --- Fixed in r107173, thanks for the testcase!! -- 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
