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
4fc0abd1
Commit
4fc0abd1
authored
Apr 19, 2007
by
Matthias Braun
Browse files
generate C89
[r13414]
parent
ba118230
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_regalloc_if.pl
View file @
4fc0abd1
...
...
@@ -170,7 +170,7 @@ foreach my $flag (keys(%flags)) {
}
push
(
@obst_regdef
,
"
\t
FLAG_LAST
\n
");
push
(
@obst_regdef
,
"
};
\n
");
push
(
@obst_regtypes_decl
,
"
extern arch_flag_t
${arch}
_flags[
FLAG_LAST
];
\n
");
push
(
@obst_regtypes_decl
,
"
extern arch_flag_t
${arch}
_flags[];
\n
");
push
(
@obst_classdef
,
"
\t
N_CLASSES =
"
.
scalar
(
keys
(
%reg_classes
))
.
"
\n
");
push
(
@obst_classdef
,
"
};
\n\n
");
...
...
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