Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2004-08-06-LargeStructTest.c
index a0b1b09ccfe2722d152ef0cc0bda560e5d8363b4..b0413b4b0cee1b0d674a51fe9e578a49feb4fd66 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 
 #define A(X) int X;
 #define B(X) A(X##0) A(X##1) A(X##2) A(X##3) A(X##4) A(X##5) A(X##6) A(X##7) \