From a448068177aaa19ba6b3e0c07826a0eb1b50f7a3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 17 Nov 2004 21:57:30 +0000 Subject: * jump.c (condjump_p): Remove unreachable code. From-SVN: r90820 --- gcc/jump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index ed6ef1e..0378cf7 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -766,8 +766,6 @@ condjump_p (rtx insn) || (GET_CODE (XEXP (x, 1)) == PC && (GET_CODE (XEXP (x, 2)) == LABEL_REF || GET_CODE (XEXP (x, 2)) == RETURN)))); - - return 0; } /* Return nonzero if INSN is a (possibly) conditional jump inside a -- cgit v1.1