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
8379c1aa
Commit
8379c1aa
authored
May 24, 2015
by
Christoph Mallon
Browse files
ia32: The constraint 'n' forbids entities.
parent
1ee91578
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/x86_asm.c
View file @
8379c1aa
...
...
@@ -320,7 +320,7 @@ bool x86_match_immediate(x86_imm32_t *immediate, const ir_node *node,
if
(
entity
!=
NULL
)
{
/* we need full 32bits for entities */
if
(
constraint
!=
'i'
&&
constraint
!=
'n'
&&
constraint
!=
'g'
)
if
(
constraint
!=
'i'
&&
constraint
!=
'g'
)
return
false
;
}
...
...
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