diff options
author | Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> | 1998-12-22 13:57:58 +0100 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-22 05:57:58 -0700 |
commit | 34fadae065b4714459022af1ae5f73187fc09dc6 (patch) | |
tree | 40a7c2505d7c3005a791731826c909b47055a5b4 /gcc | |
parent | e833cb112cb8b9024230acf78a286b687bd6e75e (diff) | |
download | gcc-34fadae065b4714459022af1ae5f73187fc09dc6.zip gcc-34fadae065b4714459022af1ae5f73187fc09dc6.tar.gz gcc-34fadae065b4714459022af1ae5f73187fc09dc6.tar.bz2 |
* halfpic.c (half_pic_encode): Delete redundant code.
From-SVN: r24396
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/halfpic.c | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 411beca..08fef68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 22 13:55:44 1998 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> + + * halfpic.c (half_pic_encode): Delete redundant code. + Tue Dec 22 13:02:22 1998 Michael Meissner <meissner@cygnus.com> * toplev.c (main): Delete handling of -dM as a preprocessor diff --git a/gcc/halfpic.c b/gcc/halfpic.c index 8505a58..959b6ab 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -216,10 +216,9 @@ half_pic_encode (decl) #ifdef HALF_PIC_DEBUG if (HALF_PIC_DEBUG) { - if (HALF_PIC_DEBUG) - fprintf (stderr, "\n========== Half_pic_encode %.*s\n", - IDENTIFIER_LENGTH (asm_name), - IDENTIFIER_POINTER (asm_name)); + fprintf (stderr, "\n========== Half_pic_encode %.*s\n", + IDENTIFIER_LENGTH (asm_name), + IDENTIFIER_POINTER (asm_name)); debug_tree (decl); } #endif |