Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2003-01-30-UnionInit.c
index 4fc2717346ffec1b0e57d34d35079f3e37ae2260..576958442aece266683da089458777a4b2fc7865 100644 (file)
@@ -1,6 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-
-// XFAIL: linux,sun,darwin
+// RUN: %llvmgcc -S %s -o /dev/null
 
 union foo {
   struct { char A, B; } X;