OSDN Git Service

Add missing blank.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 12:40:27 +0000 (12:40 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 12:40:27 +0000 (12:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47930 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index 5320805..2561fc3 100644 (file)
@@ -7356,7 +7356,7 @@ expand_expr (exp, target, tmode, modifier)
          constant.  */
     plus_expr:
       this_optab = ! unsignedp && flag_trapv
-                   && (GET_MODE_CLASS(mode) == MODE_INT)
+                   && (GET_MODE_CLASS (mode) == MODE_INT)
                    ? addv_optab : add_optab;
 
       /* If we are adding a constant, an RTL_EXPR that is sp, fp, or ap, and