]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/explow.c
rtl.h (plus_constant): Delete.
[thirdparty/gcc.git] / gcc / explow.c
index 3fb0f94f423d694937965f2c8c8619a7f7953c0d..208d7093b2595668be28542da2618b10c87815cc 100644 (file)
@@ -71,12 +71,10 @@ trunc_int_for_mode (HOST_WIDE_INT c, enum machine_mode mode)
   return c;
 }
 
-/* Return an rtx for the sum of X and the integer C.
-
-   This function should be used via the `plus_constant' macro.  */
+/* Return an rtx for the sum of X and the integer C.  */
 
 rtx
-plus_constant_wide (rtx x, HOST_WIDE_INT c)
+plus_constant (rtx x, HOST_WIDE_INT c)
 {
   RTX_CODE code;
   rtx y;