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
c09f6076
Commit
c09f6076
authored
Oct 08, 2010
by
Michael Beck
Browse files
Add missing type kind.
[r28080]
parent
51204032
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irpass.c
View file @
c09f6076
/*
* Copyright (C) 1995-200
9
University of Karlsruhe. All right reserved.
* Copyright (C) 1995-20
1
0 University of Karlsruhe. All right reserved.
*
* This file is part of libFirm.
*
...
...
@@ -97,6 +97,7 @@ static ir_prog_pass_t *create_wrapper_pass(ir_graph_pass_manager_t *graph_mgr)
/* create a wrapper pass */
ir_prog_pass_t
*
pass
=
XMALLOCZ
(
ir_prog_pass_t
);
pass
->
kind
=
k_ir_prog_pass
;
pass
->
run_on_irprog
=
run_wrapper
;
pass
->
context
=
graph_mgr
;
pass
->
name
=
graph_mgr
->
name
;
...
...
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