Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2002-02-14-EntryNodePreds.c
index 8b6f4e08405c28d5a2f78e11014b3215a138cfb2..f1e01515fd77f3f5e6fe4a9b784364741d0cfbaf 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 /* GCC Used to generate code that contained a branch to the entry node of 
  * the do_merge function.  This is illegal LLVM code.  To fix this, GCC now
  * inserts an entry node regardless of whether or not it has to insert allocas.