diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 2bcf656..40327e0e 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -1062,7 +1062,7 @@ expand_builtin_prefetch (tree exp) if (nargs > 2) arg2 = CALL_EXPR_ARG (exp, 2); else - arg2 = build_int_cst (NULL_TREE, 3); + arg2 = integer_three_node; /* Argument 0 is an address. */ op0 = expand_expr (arg0, NULL_RTX, Pmode, EXPAND_NORMAL); |