diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 1e1ed26..b35c3a4 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -1603,7 +1603,7 @@ df_bb_refs_record (struct dataflow *dflow, basic_block bb) DF_REF_ARTIFICIAL | DF_REF_AT_TOP); #endif - /* The following code (down thru the arg_pointer seting APPEARS + /* The following code (down thru the arg_pointer setting APPEARS to be necessary because there is nothing that actually describes what the exception handling code may actually need to keep alive. */ |