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:
@@ -1708,6 +1708,7 @@ static int HarmlessCall (const char* Name)
|
|||||||
"asrax2",
|
"asrax2",
|
||||||
"asrax3",
|
"asrax3",
|
||||||
"asrax4",
|
"asrax4",
|
||||||
|
"asraxy",
|
||||||
"bnegax",
|
"bnegax",
|
||||||
"complax",
|
"complax",
|
||||||
"decax1",
|
"decax1",
|
||||||
@@ -1740,6 +1741,7 @@ static int HarmlessCall (const char* Name)
|
|||||||
"shrax2",
|
"shrax2",
|
||||||
"shrax3",
|
"shrax3",
|
||||||
"shrax4",
|
"shrax4",
|
||||||
|
"shraxy",
|
||||||
};
|
};
|
||||||
|
|
||||||
void* R = bsearch (Name,
|
void* R = bsearch (Name,
|
||||||
|
|||||||
Reference in New Issue
Block a user