]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/emit-rtl.c
Remove unnecessary VEC function overloads.
[thirdparty/gcc.git] / gcc / emit-rtl.c
index 34d85de495fe52eff2bdafa0d4193858977af115..074e89ea534a4897cb6ed3a4c26a37e8c4d7b6a2 100644 (file)
@@ -6004,7 +6004,7 @@ curr_insn_locator (void)
     {
       curr_rtl_loc++;
       VEC_safe_push (int, heap, locations_locators_locs, curr_rtl_loc);
-      VEC_safe_push (location_t, heap, locations_locators_vals, &curr_location);
+      VEC_safe_push (location_t, heap, locations_locators_vals, curr_location);
       last_location = curr_location;
     }
   return curr_rtl_loc;