Remove glibc specific functions, and mark a couple as C99
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 11 Jul 2005 20:35:20 +0000 (20:35 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 11 Jul 2005 20:35:20 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22384 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicAliasAnalysis.cpp

index 3c0f0f626f0a7064d9b7de83f867d8dd1cc58dc3..0b80e926301a8cce0cc6ddc251b147fae5c4b9f8 100644 (file)
@@ -740,10 +740,8 @@ static const char *DoesntAccessMemoryTable[] = {
   "nexttoward", "nexttowardf", "nexttowardd",
   "nextafter", "nextafterf", "nextafterd",
 
-  // glibc functions:
-  "__fpclassify", "__fpclassifyf", "__fpclassifyl",
+  // ISO C99:
   "__signbit", "__signbitf", "__signbitl",
-  "__errno_location",
 };
 
 static const unsigned DAMTableSize =