__attribute__((visibility ("hidden")))
mono_hwcap_init ()
{
  int hwcap_inited.0;
  struct _IO_FILE * stdout.1;
  const char * verbose;

  verbose = monoeg_g_getenv ("MONO_VERBOSE_HWCAP");
  hwcap_inited.0 = hwcap_inited;
  if (hwcap_inited.0 != 0) goto <D.5100>; else goto <D.5101>;
  <D.5100>:
  return;
  <D.5101>:
  mono_hwcap_arch_init ();
  if (verbose != 0B) goto <D.5102>; else goto <D.5103>;
  <D.5102>:
  stdout.1 = stdout;
  mono_hwcap_print (stdout.1);
  <D.5103>:
}


