http://llvm.org/bugs/show_bug.cgi?id=3762
Jay Foad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Jay Foad <[email protected]> 2012-05-04 07:49:14 CDT --- > 2216 if (Constant *C = ConstantFoldCall(Callee, &Formals[0], > 2217 Formals.size())) { This code in lib/Transforms/IPO/GlobalOpt.cpp was fixed to use Formals.data() in r79237 (and then changed again to just pass Formals as an ArrayRef in r135477). -- 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
