]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-mips.c
Don't compare boolean values against TRUE or FALSE
[thirdparty/binutils-gdb.git] / gas / config / tc-mips.c
index 7e927b23fa36bddd7d2c42569ba7c61e7610cbcb..ecd3c8e6310d6943e593f5b8074c0422d74467ce 100644 (file)
@@ -6911,7 +6911,7 @@ can_swap_branch_p (struct mips_cl_insn *ip, expressionS *address_expr,
                   break;
                 }
             }
-          if (rv == FALSE)
+          if (!rv)
             {
               /* Insert nop after branch to fix short loop. */
               return FALSE;