forked from OSchip/llvm-project
Hrm, operator new and new[] do not belong here. We should not CSE them! :)
llvm-svn: 12859
This commit is contained in:
parent
494a685449
commit
c9e37d7cc9
|
|
@ -646,9 +646,6 @@ static const char *DoesntAccessMemoryTable[] = {
|
||||||
// glibc functions:
|
// glibc functions:
|
||||||
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
|
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
|
||||||
"__signbit", "__signbitf", "__signbitl",
|
"__signbit", "__signbitf", "__signbitl",
|
||||||
|
|
||||||
// C++ operator new/operator new[]
|
|
||||||
"_Znwj", "_Znaj",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned DAMTableSize =
|
static const unsigned DAMTableSize =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue