On Mon, Oct 15, 2012 at 8:46 AM, Alexey Samsonov <[email protected]> wrote: > Hi, > > This small patch transforms occurrences of pattern > if (CGM.getModuleDebugInfo()) > DebugInfo = CGM.getModuleDebugInfo() > into a call > maybeInitializeDebugInfo(); > > This is a simplification for a possible future fix of PR13942. > > Code review: https://codereview.appspot.com/6699043/ >
No objections, mind adding some sort of comment before the use? I.e. "Initialize debug info if needed." or some such? -eric _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
