mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Hrm, operator new and new[] do not belong here. We should not CSE them! :)
llvm-svn: 12859
This commit is contained in:
parent
603d821596
commit
a688d42e8c
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user