llvm-mirror/include
Chris Lattner de8f64f331 Fix PR8906: -fno-builtin should disable loop-idiom recognition.
It forms memset and memcpy's, and will someday form popcount and
other stuff.  All of this is bad when compiling the implementation
of memset, memcpy, popcount, etc.

llvm-svn: 122854
2011-01-05 01:03:32 +00:00
..
llvm Fix PR8906: -fno-builtin should disable loop-idiom recognition. 2011-01-05 01:03:32 +00:00
llvm-c