]> git.sur5r.net Git - cc65/commitdiff
Ignore a few more "harmless" functions when optimizing.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 7 Jul 2012 17:36:15 +0000 (17:36 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 7 Jul 2012 17:36:15 +0000 (17:36 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5767 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptstop.c

index 90e040c4614b429bee72f99a956fd918de8358f9..fb3e753bc35984cfc7e6f1209a9b6d4128ba7463 100644 (file)
@@ -1708,6 +1708,7 @@ static int HarmlessCall (const char* Name)
         "asrax2",
         "asrax3",
         "asrax4",
+        "asraxy",
         "bnegax",
         "complax",
         "decax1",
@@ -1740,6 +1741,7 @@ static int HarmlessCall (const char* Name)
         "shrax2",
         "shrax3",
         "shrax4",
+        "shraxy",
     };
 
     void* R = bsearch (Name,