langhooks-def.h: Remove the prototype for hook_get_alias_set_0.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 28 May 2007 21:28:31 +0000 (21:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 28 May 2007 21:28:31 +0000 (21:28 +0000)
* langhooks-def.h: Remove the prototype for
hook_get_alias_set_0.
* langhooks.c (hook_get_alias_set_0): Remove.

From-SVN: r125145

gcc/ChangeLog
gcc/langhooks-def.h
gcc/langhooks.c

index 90d9e40bcc3cb16cdf467ba5ca4dc538f971b550..8b17fafd094abf4ade79cb158f398b6ce0e72ed5 100644 (file)
@@ -4,6 +4,10 @@
        * targhooks.h: Remove the prototype for
        default_narrow_bitfield.
 
+       * langhooks-def.h: Remove the prototype for
+       hook_get_alias_set_0.
+       * langhooks.c (hook_get_alias_set_0): Remove.
+
 2007-05-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR tree-opt/32100
index def7a4a538176f0b940f570d7d6cbc61a61255cf..80b80435cf810b1b6c16cf13862f521b7c037da5 100644 (file)
@@ -26,10 +26,6 @@ Boston, MA 02110-1301, USA.  */
 
 struct diagnostic_context;
 
-/* Provide a hook routine for alias sets that always returns 1.  This is
-   used by languages that haven't deal with alias sets yet.  */
-extern HOST_WIDE_INT hook_get_alias_set_0 (tree);
-
 /* Note to creators of new hooks:
 
    The macros in this file should NOT be surrounded by a
index 96234f60e167e90142c0a627336536aff20605a4..f1d4f142d1d6c5e3e267d1370fec71d42616a276 100644 (file)
@@ -217,15 +217,6 @@ lhd_get_alias_set (tree ARG_UNUSED (t))
   return -1;
 }
 
-/* Provide a hook routine for alias sets that always returns 0.  This is
-   used by languages that haven't deal with alias sets yet.  */
-
-HOST_WIDE_INT
-hook_get_alias_set_0 (tree ARG_UNUSED (t))
-{
-  return 0;
-}
-
 /* This is the default expand_expr function.  */
 
 rtx