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
4e459168
Commit
4e459168
authored
Dec 15, 2006
by
Matthias Braun
Browse files
fix warning
[r8467]
parent
b7c2872b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cdep.c
View file @
4e459168
...
...
@@ -9,8 +9,6 @@
#include "cdep.h"
#include "irprintf.h"
typedef
unsigned
int
uint
;
static
pmap
*
cdep_map
;
cdep
*
find_cdep
(
const
ir_node
*
block
)
...
...
@@ -66,8 +64,8 @@ typedef struct cdep_env {
static
void
cdep_pre
(
ir_node
*
node
,
void
*
ctx
)
{
cdep_env
*
env
=
ctx
;
uint
n
;
uint
i
;
u
nsigned
int
n
;
u
nsigned
int
i
;
/* special case:
* start and end block have no control dependency
...
...
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