Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
896b2539
Commit
896b2539
authored
Nov 12, 2014
by
Christoph Mallon
Browse files
be: Remove the stale macro arch_env_get_call_abi().
parent
4ad688d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bearch.h
View file @
896b2539
...
...
@@ -432,7 +432,6 @@ struct arch_isa_if_t {
};
#define arch_env_end_codegeneration(env) ((env)->impl->end_codegeneration(env))
#define arch_env_get_call_abi(env,tp,abi) ((env)->impl->get_call_abi((tp), (abi)))
#define arch_env_mark_remat(env,node) \
do { if ((env)->impl->mark_remat != NULL) (env)->impl->mark_remat((node)); } while(0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment