the operator yields false. */
tree
-a68_bits_test (MOID_T *m ATTRIBUTE_UNUSED,
- tree bits, tree numbit, location_t loc)
+a68_bits_test (tree bits, tree numbit, location_t loc)
{
tree bits_type = TREE_TYPE (bits);
tree int_type = TREE_TYPE (numbit);
{
tree op1 = a68_lower_tree (SUB (p), ctx);
tree op2 = a68_lower_tree (NEXT (NEXT (SUB (p))), ctx);
- return a68_bits_test (MOID (p), op1, op2, a68_get_node_location (p));
+ return a68_bits_test (op1, op2, a68_get_node_location (p));
}
tree
tree a68_bits_ne (tree a, tree b, location_t loc = UNKNOWN_LOCATION);
tree a68_bits_set (MOID_T *m, tree bits, tree numbit, location_t loc = UNKNOWN_LOCATION);
tree a68_bits_clear (MOID_T *m, tree bits, tree numbit, location_t loc = UNKNOWN_LOCATION);
-tree a68_bits_test (MOID_T *m, tree bits, tree numbit, location_t loc = UNKNOWN_LOCATION);
+tree a68_bits_test (tree bits, tree numbit, location_t loc = UNKNOWN_LOCATION);
/* a68-low_bools.cc */