Hrm, operator new and new[] do not belong here. We should not CSE them! :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-04-12 05:16:42 +00:00
parent 1708d12916
commit 7512c08bfd

View File

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