From 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 13 May 2004 02:41:07 -0400 Subject: Merge tree-ssa-20020619-branch into mainline. From-SVN: r81764 --- gcc/simplify-rtx.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/simplify-rtx.c') diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 74377b6..680ecaf 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -3784,11 +3784,6 @@ simplify_rtx (rtx x) return simplify_gen_subreg (mode, SUBREG_REG (x), GET_MODE (SUBREG_REG (x)), SUBREG_BYTE (x)); - if (code == CONSTANT_P_RTX) - { - if (CONSTANT_P (XEXP (x, 0))) - return const1_rtx; - } break; case RTX_OBJ: -- cgit v1.1