diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 269fda5..2ec7774 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -311,7 +311,7 @@ parse_predicate (tree cond, tree *op0, tree *op1) enum tree_code code = parse_predicate (op, op0, op1); return code == ERROR_MARK ? ERROR_MARK - : invert_tree_comparison (code, HONOR_NANS (TYPE_MODE (type))); + : invert_tree_comparison (code, HONOR_NANS (type)); } return ERROR_MARK; |