because on alpha:
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 11 Jul 2005 17:41:12 +0000 (17:41 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 11 Jul 2005 17:41:12 +0000 (17:41 +0000)
#   define errno (*__errno_location ())

*shakes head

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22383 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicAliasAnalysis.cpp

index 1110a017de9862236c4b1b2f3d1dfd318d4cbb1c..3c0f0f626f0a7064d9b7de83f867d8dd1cc58dc3 100644 (file)
@@ -743,6 +743,7 @@ static const char *DoesntAccessMemoryTable[] = {
   // glibc functions:
   "__fpclassify", "__fpclassifyf", "__fpclassifyl",
   "__signbit", "__signbitf", "__signbitl",
+  "__errno_location",
 };
 
 static const unsigned DAMTableSize =