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
8bced5f4
Commit
8bced5f4
authored
Nov 17, 2010
by
Michael Beck
Browse files
Fixed indentation of generated code.
[r28143]
parent
b712c690
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_new_opcodes.pl
View file @
8bced5f4
...
...
@@ -375,7 +375,7 @@ EOF
my
$req
=
$out
[
$idx
];
my
$reqstruct
=
generate_requirements
(
$req
,
$n
,
"
${arch}
_
${op}
",
$idx
,
0
);
$set_out_reqs
.=
<<EOF;
info->out_infos[${idx}].req = &${reqstruct};
info->out_infos[${idx}].req = &${reqstruct};
EOF
}
}
else
{
...
...
@@ -454,7 +454,7 @@ EOF
${custominit}
info = be_get_info(res);
(void) info; /* avoid potential warning */
${set_out_reqs}
${set_out_reqs}
EOF
...
...
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