mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
operator new & operator new[] do not kill any legal memory locations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffdc4ff1c4
commit
bec63d606f
@ -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…
x
Reference in New Issue
Block a user