On 12/3/18 8:05 AM, Thomas Huth wrote: > Both GCC v4.8 and Clang v3.4 support (our minimum versions) support > __builtin_unreachable(), so we can remove the version check here now. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tcg/tcg.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~