diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-04-20 02:04:54 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-04-20 02:04:54 +0000 |
commit | dcde3a27e2d0c071bacd4a76fcd16aa479fab429 (patch) | |
tree | aa02f62061af54b9d766286a54dbdcc543d96119 /gcc/flow.c | |
parent | 83127dfc66994b6cb77f892195e6a02d7f6016b9 (diff) | |
download | gcc-dcde3a27e2d0c071bacd4a76fcd16aa479fab429.tar.gz |
cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables.
* cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables.
* flow.c (life_analysis): Fix warning.
From-SVN: r65842
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 6f4f7df8939..86ed67bc0bb 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -414,8 +414,8 @@ life_analysis (f, file, flags) FILE *file; int flags; { - int i; #ifdef ELIMINABLE_REGS + int i; static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS; #endif |