[Pcre-svn] [1708] code/trunk/sljit/sljitNativePPC_common.c: …

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1708] code/trunk/sljit/sljitNativePPC_common.c: JIT compiler update.
Revision: 1708
          http://vcs.pcre.org/viewvc?view=rev&revision=1708
Author:   zherczeg
Date:     2017-07-24 05:06:50 +0100 (Mon, 24 Jul 2017)
Log Message:
-----------
JIT compiler update.


Modified Paths:
--------------
    code/trunk/sljit/sljitNativePPC_common.c


Modified: code/trunk/sljit/sljitNativePPC_common.c
===================================================================
--- code/trunk/sljit/sljitNativePPC_common.c    2017-07-05 15:53:57 UTC (rev 1707)
+++ code/trunk/sljit/sljitNativePPC_common.c    2017-07-24 04:06:50 UTC (rev 1708)
@@ -2282,16 +2282,15 @@
         FAIL_IF(emit_op_mem2(compiler, input_flags | LOAD_DATA, TMP_REG1, dst, dstw, dst, dstw));


     invert = 0;
+    cr_bit = 0;


     switch (type & 0xff) {
     case SLJIT_LESS:
     case SLJIT_SIG_LESS:
-        cr_bit = 0;
         break;


     case SLJIT_GREATER_EQUAL:
     case SLJIT_SIG_GREATER_EQUAL:
-        cr_bit = 0;
         invert = 1;
         break;