Commit 18d6067b by Kaveh R. Ghazi Committed by Kaveh Ghazi

* rtlanal.c (get_jump_table_offset): Delete unused variable.

From-SVN: r47791
parent fa980e6b
2001-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* rtlanal.c (get_jump_table_offset): Delete unused variable.
2001-12-08 Richard Earnshaw <rearnsha@arm.com>
* arm.md (VUNSPEC_PREFETCH): Delete constant definition.
......
......@@ -360,7 +360,6 @@ get_jump_table_offset (insn, earliest)
rtx y;
rtx old_y;
int i;
int j;
if (GET_CODE (insn) != JUMP_INSN
|| ! (label = JUMP_LABEL (insn))
......
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