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
946809f2
Commit
946809f2
authored
Sep 21, 2006
by
Christian Würdig
Browse files
removed is_Start macro, there exists a firm function now
parent
79747a2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
946809f2
...
...
@@ -62,9 +62,6 @@
/* TODO: ugly */
static
set
*
cur_reg_set
=
NULL
;
#undef is_Start
#define is_Start(irn) (get_irn_opcode(irn) == iro_Start)
/* Creates the unique per irg GP NoReg node. */
ir_node
*
ia32_new_NoReg_gp
(
ia32_code_gen_t
*
cg
)
{
return
be_abi_get_callee_save_irn
(
cg
->
birg
->
abi
,
&
ia32_gp_regs
[
REG_GP_NOREG
]);
...
...
Write
Preview
Supports
Markdown
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