summaryrefslogtreecommitdiff
path: root/gcc/halfpic.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-22 12:57:58 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-22 12:57:58 +0000
commit6e837a926859759654f60bd2a060153cf837d5a4 (patch)
tree40a7c2505d7c3005a791731826c909b47055a5b4 /gcc/halfpic.c
parentf0eaeecd0d28250ccda2a1b4b7bf49051456447b (diff)
downloadgcc-6e837a926859759654f60bd2a060153cf837d5a4.tar.gz
* halfpic.c (half_pic_encode): Delete redundant code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24396 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/halfpic.c')
-rw-r--r--gcc/halfpic.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/halfpic.c b/gcc/halfpic.c
index 8505a5844ea..959b6abc325 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