Commit b63fcd9d authored by Vladimir Malenovsky's avatar Vladimir Malenovsky Committed by Sandesh Venkatesh
Browse files

modify IF-ELSE statements in Copy*() functions to avoid differences in complexity

parent 5757f2cc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ void Copy(
        }
    }

#ifdef FIX_IF_ELSE_CMPLX_DISCREPANCY
#ifdef FIX_1052_COPY_CMPLX_DISCREPANCY
    IF( y >= x )
#else
    ELSE
@@ -521,7 +521,7 @@ void Copy64(
        }
    }

#ifdef FIX_IF_ELSE_CMPLX_DISCREPANCY
#ifdef FIX_1052_COPY_CMPLX_DISCREPANCY
    IF( y >= x )
#else
    ELSE
@@ -570,7 +570,7 @@ void Copy_pword(
        }
    }

#ifdef FIX_IF_ELSE_CMPLX_DISCREPANCY
#ifdef FIX_1052_COPY_CMPLX_DISCREPANCY
    IF( y >= x )
#else
    ELSE
@@ -606,7 +606,7 @@ void Copy32(
        }
    }

#ifdef FIX_IF_ELSE_CMPLX_DISCREPANCY
#ifdef FIX_1052_COPY_CMPLX_DISCREPANCY
    IF( y >= x )
#else
    ELSE