operator new & operator new[] do not kill any legal memory locations.

llvm-svn: 12833
This commit is contained in:
Chris Lattner 2004-04-11 18:16:34 +00:00
parent 015d27c877
commit 02a9e10e74

View File

@ -646,6 +646,9 @@ static const char *DoesntAccessMemoryTable[] = {
// glibc functions:
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
"__signbit", "__signbitf", "__signbitl",
// C++ operator new/operator new[]
"_Znwj", "_Znaj",
};
static const unsigned DAMTableSize =