]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Silence compiler warning.
authorJulian Seward <jseward@acm.org>
Thu, 4 Nov 2004 19:43:51 +0000 (19:43 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 4 Nov 2004 19:43:51 +0000 (19:43 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@491

VEX/priv/host-generic/reg_alloc2.c

index 48c2ecb38c07f77ba39cc0383f203f4e8fbe5a84..67867181a5758081d0dd5426b6a7a9c0b9414966 100644 (file)
@@ -955,7 +955,7 @@ HInstrArray* doRegisterAllocation (
          if (k_suboptimal >= 0)
             k = k_suboptimal;
 
-       have_rreg:
+     /* have_rreg: */
 
          if (k < n_state) {
             state[k].disp = Bound;