diff options
author | John van Groningen | 2011-11-22 10:41:31 +0000 |
---|---|---|
committer | John van Groningen | 2011-11-22 10:41:31 +0000 |
commit | 456ac7d47ef637c200d7e8b01f134b6d5375c26e (patch) | |
tree | 7651fa5cad5cb33ee53a8c53b61b47b6e291e412 | |
parent | use movq instead of movl for a 64 bit constant in w_as_div_rem_i_instruction (diff) |
remove an unused variable
-rw-r--r-- | cgawas.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3271,8 +3271,6 @@ static void w_as_fmoves_instruction (struct instruction *instruction) internal_error_in_function ("w_as_fmoves_instruction"); } -static int int_to_real_scratch_imported=0; - static void w_as_fmovel_instruction (struct instruction *instruction) { if (instruction->instruction_parameters[0].parameter_type==P_F_REGISTER){ @@ -3834,7 +3832,6 @@ void initialize_write_assembly (FILE *ass_file) in_data_section=0; first_call_and_jump=NULL; - int_to_real_scratch_imported=0; #ifdef MACH_O64 if (!intel_asm) |