From: Uros Bizjak Date: Sun, 11 Mar 2007 10:36:36 +0000 (+0100) Subject: * Fix a typo in my previous commit. X-Git-Tag: releases/gcc-4.3.0~6308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8cd03d6990e75f2f3286db9dda977ef6017bee;p=thirdparty%2Fgcc.git * Fix a typo in my previous commit. From-SVN: r122816 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 4d49614cbd42..6bbb75201285 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -17511,7 +17511,7 @@ (define_expand "lround2" [(match_operand:SSEMODEI24 0 "nonimmediate_operand" "") (match_operand:SSEMODEF 1 "register_operand" "")] - "SSE_FLOAT_MODE_P (mode) && TARGET_SSE_MATH + "SSE_FLOAT_MODE_P (mode) && TARGET_SSE_MATH && ((mode != DImode) || TARGET_64BIT) && !flag_trapping_math && !flag_rounding_math && !optimize_size"