]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree.c
rtl.h (plus_constant): Delete.
[thirdparty/gcc.git] / gcc / tree.c
index 564cd0e9a22de88cf04f3e5669af87411400c776..9122df5437f83384525b8df0199668e72e39f732 100644 (file)
@@ -422,12 +422,10 @@ copy_list (tree list)
 \f
 /* Return a newly constructed INTEGER_CST node whose constant value
    is specified by the two ints LOW and HI.
-   The TREE_TYPE is set to `int'.
-
-   This function should be used via the `build_int_2' macro.  */
+   The TREE_TYPE is set to `int'.  */
 
 tree
-build_int_2_wide (unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi)
+build_int_2 (unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi)
 {
   tree t = make_node (INTEGER_CST);