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
ef8bb7e2
Commit
ef8bb7e2
authored
Jun 30, 2015
by
Christoph Mallon
Browse files
ia32: Remove wrong attribute 'modified_flags' from Inport and Outport.
parent
fa755f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_spec.pl
View file @
ef8bb7e2
...
...
@@ -1300,7 +1300,6 @@ Outport => {
emit
=>
"
out%M %#S1, %^S0
",
latency
=>
1
,
mode
=>
"
mode_M
",
modified_flags
=>
$status_flags
},
#
...
...
@@ -1315,7 +1314,6 @@ Inport => {
outs
=>
[
"
res
",
"
M
"
],
emit
=>
"
in%M %^S0, %#D0
",
latency
=>
1
,
modified_flags
=>
$status_flags
},
#
...
...
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