]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead code (a Coverity finding).
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 2 Mar 2013 20:46:08 +0000 (20:46 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 2 Mar 2013 20:46:08 +0000 (20:46 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2690

VEX/priv/host_arm_defs.c

index 70e2751705319ec603337e6130a94409538123d1..9d8e53d923bf8123b0d1bb9540b2c6d30ad9aec7 100644 (file)
@@ -3672,7 +3672,6 @@ Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc,
             *p++ = insn;
             goto done;
          }
-         goto bad;
       }
       case ARMin_VXferD: {
          UInt dD  = dregNo(i->ARMin.VXferD.dD);