Commit b0d667cb by Alexandre Oliva Committed by Alexandre Oliva

* tree.c (type_hash_add): Fix whitespace.

From-SVN: r130974
parent 9c16b636
2007-12-15 Alexandre Oliva <aoliva@redhat.com>
* tree.c (type_hash_add): Fix whitespace.
2007-12-15 Hans-Peter Nilsson <hp@axis.com>
Add CRIS v32 support. Fix -mcc-init.
......@@ -4677,7 +4677,7 @@ type_hash_add (hashval_t hashcode, tree type)
h->hash = hashcode;
h->type = type;
loc = htab_find_slot_with_hash (type_hash_table, h, hashcode, INSERT);
*loc = (void*)h;
*loc = (void *)h;
}
/* Given TYPE, and HASHCODE its hash code, return the canonical
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment