Following fix done in tilegx host in vex: r3130, reenable tilegx as host
in libvexmultiarch_test



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15099 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/libvex_test.c b/none/tests/libvex_test.c
index 4bf6024..0f4395b 100644
--- a/none/tests/libvex_test.c
+++ b/none/tests/libvex_test.c
@@ -241,14 +241,6 @@
             show_vta("skipped (word size differs)", &vta);
             continue;
          }
-         // Special condition for VexArchTILEGX that is not yet ready
-         // to run in multiarch as an host for different guest.
-         if (va == VexArchTILEGX
-             && guest_arch != VexArchTILEGX
-             && multiarch != va) {
-            show_vta("skipped (TILEGX host and guest != TILEGX)", &vta);
-            continue;
-         }
          if (multiarch > VexArch_INVALID
              && multiarch != va) {
             show_vta("skipped (!= specific requested arch)", &vta);