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
b2b251ef
Commit
b2b251ef
authored
Jun 18, 2012
by
Christoph Mallon
Browse files
It's spelled "ins", not "in".
parent
b89a2eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_spec.pl
View file @
b2b251ef
...
...
@@ -173,7 +173,7 @@ Add => {
state
=>
"
exc_pinned
",
reg_req
=>
{
in
=>
[
"
gp
",
"
gp
"
],
out
=>
[
"
gp
"
]
},
in
=>
[
"
left
",
"
right
"
],
in
s
=>
[
"
left
",
"
right
"
],
outs
=>
[
"
res
"
],
mode
=>
$mode_gp
,
modified_flags
=>
1
,
...
...
@@ -198,7 +198,7 @@ Sub => {
state
=>
"
exc_pinned
",
reg_req
=>
{
in
=>
[
"
gp
",
"
gp
"
],
out
=>
[
"
gp
"
]
},
in
=>
[
"
left
",
"
right
"
],
in
s
=>
[
"
left
",
"
right
"
],
outs
=>
[
"
res
"
],
mode
=>
$mode_gp
,
modified_flags
=>
1
,
...
...
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