nir: Remove spurious return from void function.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 6 May 2016 11:00:08 +0000 (12:00 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 6 May 2016 11:03:34 +0000 (12:03 +0100)
Left over from 450c0613627d5a472fcf1122c15b66988abfb372.

Trivial.  Built locally with clang and gcc.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296

src/compiler/nir/nir_lower_double_packing.c

index 046e213..ed1e707 100644 (file)
@@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl)
          nir_instr_remove(&alu_instr->instr);
       }
    }
-
-   return true;
 }
 
 void