* final.c (end_final): Fix typo last change.
From-SVN: r45047
This commit is contained in:
parent
b7ae9d530c
commit
ca8264b4b3
@ -1,3 +1,7 @@
|
||||
2001-08-20 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* final.c (end_final): Fix typo last change.
|
||||
|
||||
2001-08-20 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* cppinit.c (init_standard_includes): The returned buffer
|
||||
|
@ -345,7 +345,6 @@ end_final (filename)
|
||||
align2, 1);
|
||||
|
||||
/* Count of the # of basic blocks or # of instrumented arcs. */
|
||||
if (profile_block_flag)
|
||||
assemble_integer (GEN_INT (profile_block_flag
|
||||
? count_basic_blocks
|
||||
: count_instrumented_edges),
|
||||
|
Loading…
Reference in New Issue
Block a user