* final.c (shorten_branches): Fix last change.
authorAndreas Schwab <schwab@suse.de>
Tue, 7 Sep 1999 08:10:42 +0000 (08:10 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 7 Sep 1999 08:10:42 +0000 (08:10 +0000)
From-SVN: r29160

gcc/ChangeLog
gcc/final.c

index bf18c397dd11ba2c9f7b8de520315e5b0279ca40..4ae28354f3f86b453ba33784e1f8f5ee52e80e78 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
+
+       * final.c (shorten_branches): Fix last change.
+
 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
 
        * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
index 706a308fa21c241c2de8c3814d3afb04e35a71e4..c760705524bba67d51f7b341ae781fe83a3fb2bc 100644 (file)
@@ -1027,7 +1027,7 @@ shorten_branches (first)
 
   max_labelno = max_label_num ();
   min_labelno = get_first_label_num ();
-  label_align = (struct label_alignment **)
+  label_align = (struct label_alignment *)
     xcalloc ((max_labelno - min_labelno + 1), sizeof (struct label_alignment));
 
   uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid);