mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user