diff options
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r-- | gcc/java/verify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c index 8eb0c30..fdc2721 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -129,9 +129,9 @@ subroutine_nesting (tree label) static tree defer_merging (tree type1, tree type2) { - // FIXME: This is just a placeholder until we replace the verifier - // altogether. We really need to ouput a type assertion for all of - // the types, every time they are used. + /* FIXME: This is just a placeholder until we replace the verifier + altogether. We really need to ouput a type assertion for all of + the types, every time they are used. */ return object_ptr_type_node; if (TREE_CODE (type1) == POINTER_TYPE) |