http://llvm.org/bugs/show_bug.cgi?id=10026
Jonas Bülow <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Jonas Bülow <[email protected]> 2011-05-27 00:19:05 CDT --- In rev 132175 the crash has been moved to line 2410: for (unsigned I = 0, N = PatternDecl->getNumParams(); I != N; ++I) { (PatternDecl is NULL) -- 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
