From 2a23f9a7c5219884a553954328817cd25fc0db24 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 19 Sep 2005 10:31:38 -0700 Subject: [PATCH] sse.md (vcondu): Rename from vcondu. * config/i386/sse.md (vcondu): Rename from vcondu. From-SVN: r104429 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/sse.md | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 696921125df9..df3055e00a3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-19 Richard Henderson + + * config/i386/sse.md (vcondu): Rename from + vcondu. + 2005-09-19 Richard Henderson * config/ia64/ia64.c (ia64_expand_widen_sum): New. diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 19f91ed7f0c3..370925679567 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -2988,13 +2988,13 @@ }) (define_expand "vcondu" - [(set (match_operand:SSEMODE12 0 "register_operand" "") - (if_then_else:SSEMODE12 + [(set (match_operand:SSEMODE124 0 "register_operand" "") + (if_then_else:SSEMODE124 (match_operator 3 "" - [(match_operand:SSEMODE12 4 "nonimmediate_operand" "") - (match_operand:SSEMODE12 5 "nonimmediate_operand" "")]) - (match_operand:SSEMODE12 1 "general_operand" "") - (match_operand:SSEMODE12 2 "general_operand" "")))] + [(match_operand:SSEMODE124 4 "nonimmediate_operand" "") + (match_operand:SSEMODE124 5 "nonimmediate_operand" "")]) + (match_operand:SSEMODE124 1 "general_operand" "") + (match_operand:SSEMODE124 2 "general_operand" "")))] "TARGET_SSE2" { if (ix86_expand_int_vcond (operands)) -- 2.47.2