diff options
author | Duncan Sands <baldrick@free.fr> | 2009-07-07 16:52:01 +0200 |
---|---|---|
committer | Duncan Sands <baldrick@gcc.gnu.org> | 2009-07-07 14:52:01 +0000 |
commit | cf400ddbafde8ae44c3b09c71e8305cd73c21688 (patch) | |
tree | 0f824305415785c2845bd9b16d6db80a5c5c675e /gcc/final.c | |
parent | d575725b2554cd5d37eb686ace2b2c3fb947604e (diff) | |
download | gcc-cf400ddbafde8ae44c3b09c71e8305cd73c21688.tar.gz |
Give names to some currently nameless passes (this
is useful for referring to them from plugins).
From-SVN: r149331
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index baf5f3c6796..25084431555 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -4451,7 +4451,7 @@ struct rtl_opt_pass pass_clean_state = { { RTL_PASS, - NULL, /* name */ + "*clean_state", /* name */ NULL, /* gate */ rest_of_clean_state, /* execute */ NULL, /* sub */ |