Commit 34fadae0 by Theodore Papadopoulo Committed by Jeff Law

* halfpic.c (half_pic_encode): Delete redundant code.

From-SVN: r24396
parent e833cb11
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment