1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Ignore a few more "harmless" functions when optimizing.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5767 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-07-07 17:36:15 +00:00
parent 4139c83abf
commit 859236615e

View 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,