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
a0294f53
Commit
a0294f53
authored
May 31, 2007
by
Christoph Mallon
Browse files
Constify.
[r14224]
parent
98acf603
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
a0294f53
...
...
@@ -3513,7 +3513,8 @@ static int node_cmp_attr_Confirm(ir_node *a, ir_node *b) {
/** Compares the attributes of two ASM nodes. */
static
int
node_cmp_attr_ASM
(
ir_node
*
a
,
ir_node
*
b
)
{
int
i
,
n
;
ir_asm_constraint
*
ca
,
*
cb
;
const
ir_asm_constraint
*
ca
;
const
ir_asm_constraint
*
cb
;
ident
**
cla
,
**
clb
;
if
(
get_ASM_text
(
a
)
!=
get_ASM_text
(
b
));
...
...
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