http://llvm.org/bugs/show_bug.cgi?id=8364
Bill Wendling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Bill Wendling <[email protected]> 2010-10-14 20:31:13 CDT --- You probably want to use the Module::getOrInsertFunction and Module::getOrInsertGlobal methods instead of manually putting them into the Module's lists. -- 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
