]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gentarget-def.c
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / gentarget-def.c
index adbb564ed466e0f98c8d60d094a30131674e00f2..c23f1274afa5aa3a2570e6d0445284f8f1e7511b 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate insn-target-def.h, an automatically-generated part of targetm.
-   Copyright (C) 1987-2016 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -191,7 +191,7 @@ def_target_insn (const char *name, const char *prototype)
              printf ("target_have_%s (void)\n", name);
              printf ("{\n");
              printf ("  return ");
-             print_c_condition (test);
+             rtx_reader_ptr->print_c_condition (test);
              printf (";\n");
              printf ("}\n");
            }