From: Chris Lattner Date: Mon, 12 Apr 2004 05:16:42 +0000 (+0000) Subject: Hrm, operator new and new[] do not belong here. We should not CSE them! :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7512c08bfd9f3f34f718803d21130f8e061adebc;p=oota-llvm.git 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 --- diff --git a/lib/Analysis/BasicAliasAnalysis.cpp b/lib/Analysis/BasicAliasAnalysis.cpp index d5cd5df7b87..8fc561ea1d9 100644 --- a/lib/Analysis/BasicAliasAnalysis.cpp +++ b/lib/Analysis/BasicAliasAnalysis.cpp @@ -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 =