mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +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:
parent
4139c83abf
commit
859236615e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user