aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index cc711a0..3ac2d44 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -3754,7 +3754,7 @@ expand_builtin_memcmp (tree exp, rtx target, bool result_eq)
{
src_str = c_getstr (arg1);
if (src_str != NULL)
- std::swap (arg1_rtx, arg2_rtx);
+ std::swap (arg1_rtx, arg2_rtx);
}
/* If SRC is a string constant and block move would be done