aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 2a1d142..765a3be 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -646,3 +646,13 @@ lang_print_xnode (file, node, indent)
int indent __attribute ((__unused__));
{
}
+
+/* Return the typed-based alias set for T, which may be an expression
+ or a type. Return -1 if we don't do anything special. */
+
+HOST_WIDE_INT
+lang_get_alias_set (t)
+ tree t;
+{
+ return -1;
+}