aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@spamcop.net>2010-11-04 14:58:40 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-11-04 14:58:40 +0000
commitab040cea8c2845e3f60865648f976dce527fd2d7 (patch)
tree7115c4f4b31194460ec6ff126d78685d1c9873b9 /gcc/ifcvt.c
parent844d5fca1fcf3c1adf83b7c0b8e0d8e4141b5c33 (diff)
downloadgcc-ab040cea8c2845e3f60865648f976dce527fd2d7.zip
gcc-ab040cea8c2845e3f60865648f976dce527fd2d7.tar.gz
gcc-ab040cea8c2845e3f60865648f976dce527fd2d7.tar.bz2
re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)
PR bootstrap/44756 * ifcvt.c (noce_emit_cmove): Add ATTRIBUTE_UNUSED to target and unsignedp. * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno. From-SVN: r166313
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index ff75ed1..58ee90c 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -1333,8 +1333,8 @@ static rtx
noce_emit_cmove (struct noce_if_info *if_info, rtx x, enum rtx_code code,
rtx cmp_a, rtx cmp_b, rtx vfalse, rtx vtrue)
{
- rtx target;
- int unsignedp;
+ rtx target ATTRIBUTE_UNUSED;
+ int unsignedp ATTRIBUTE_UNUSED;
/* If earliest == jump, try to build the cmove insn directly.
This is helpful when combine has created some complex condition