mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
operator new & operator new[] do not kill any legal memory locations.
llvm-svn: 12833
This commit is contained in:
parent
015d27c877
commit
02a9e10e74
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user