]> git.eshelyaron.com Git - emacs.git/commitdiff
code clean-up
authorAndrea Corallo <andrea_corallo@yahoo.it>
Thu, 15 Aug 2019 20:48:48 +0000 (22:48 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:34:01 +0000 (11:34 +0100)
src/comp.c

index 6a576cfe11094abe34c534f94ecbd0565ace30cd..e1ffcf94ec40ea5f14e7ba0c69b3ece710ab879b 100644 (file)
@@ -378,23 +378,6 @@ emit_cond_jump (gcc_jit_rvalue *test,
 
 }
 
-/* Close current basic block emitting a comparison between two rval.  */
-
-/* static gcc_jit_rvalue * */
-/* emit_comparison_jump (enum gcc_jit_comparison op, */
-/*                  gcc_jit_rvalue *a, gcc_jit_rvalue *b, */
-/*                  gcc_jit_block *then_target, gcc_jit_block *else_target) */
-/* { */
-/*   gcc_jit_rvalue *test = gcc_jit_context_new_comparison (comp.ctxt, */
-/*                                                      NULL, */
-/*                                                      op, */
-/*                                                      a, b); */
-
-/*   emit_cond_jump (test, then_target, else_target); */
-
-/*   return test; */
-/* } */
-
 static gcc_jit_rvalue *
 emit_cast (gcc_jit_type *new_type, gcc_jit_rvalue *obj)
 {
@@ -2755,7 +2738,7 @@ syms_of_comp (void)
   DEFSYM (Qreturn, "return");
   DEFSYM (Qcomp_mvar, "comp-mvar");
   DEFSYM (Qcond_jump, "cond-jump");
-  /* Used during prologue emission.  */
+  /* In use for prologue emission.  */
   DEFSYM (Qset_par_to_local, "set-par-to-local");
   DEFSYM (Qset_args_to_local, "set-args-to-local");
   DEFSYM (Qset_rest_args_to_local, "set-rest-args-to-local");