revert my strstr optimization, I'm told it breaks x86-64 bootstrap.
[oota-llvm.git] / test / FrontendC / 2002-03-14-BrokenPHINode.c
index 16d9bc7814f333d435e98a98fe92348501149550..48d9ab705a7244672f32335a1d6f66cbe81e3aa9 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
 
 /* GCC was generating PHI nodes with an arity < #pred of the basic block the
  * PHI node lived in.  This was breaking LLVM because the number of entries