On Feb 13, 2009, at 12:11 AM, Anders Carlsson wrote: > Author: andersca > Date: Fri Feb 13 02:11:52 2009 > New Revision: 64445 > > URL: http://llvm.org/viewvc/llvm-project?rev=64445&view=rev > Log: > Add CodeGen support for the nodebug attribute.
Nice! Should the functions in xmmintrin.h (etc) use these? The intention of nodebug is to make it so that you can step through code in a debugger without continually stepping *into* the "builtin". -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
