Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a6c4dbfa
Commit
a6c4dbfa
authored
Apr 23, 2013
by
Matthias Braun
Browse files
add ir_bk_compare_swap to irio enum
parent
45a112e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irio.c
View file @
a6c4dbfa
...
...
@@ -253,6 +253,7 @@ static void symtbl_init(void)
INSERTENUM
(
tt_builtin_kind
,
ir_bk_outport
);
INSERTENUM
(
tt_builtin_kind
,
ir_bk_inner_trampoline
);
INSERTENUM
(
tt_builtin_kind
,
ir_bk_saturating_increment
);
INSERTENUM
(
tt_builtin_kind
,
ir_bk_compare_swap
);
INSERTENUM
(
tt_cond_jmp_predicate
,
COND_JMP_PRED_NONE
);
INSERTENUM
(
tt_cond_jmp_predicate
,
COND_JMP_PRED_TRUE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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