Fix a simple typo.
authorMike Stump <mrs@gcc.gnu.org>
Thu, 8 Oct 1992 09:34:37 +0000 (09:34 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 8 Oct 1992 09:34:37 +0000 (09:34 +0000)
From-SVN: r2368

gcc/fold-const.c

index 9cb107e..351e13f 100644 (file)
@@ -2000,7 +2000,7 @@ invert_truthvalue (arg)
          && code != NE_EXPR && code != EQ_EXPR)
        return build1 (TRUTH_NOT_EXPR, type, arg);
       else
-       return build (invert_tree_comparison (code),
+       return build (invert_tree_comparison (code), type,
                      TREE_OPERAND (arg, 0), TREE_OPERAND (arg, 1));
     }