Propagate zest through logical shift.
[oota-llvm.git] / test / FrontendC / 2002-04-08-LocalArray.c
index 75475a1b3bd11e65b34b14dacc866d53549f3cd0..1dc51a092844c4bae9e954c5d093f4683e18e1b9 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 is not outputting the static array to the LLVM backend, so bad things
  * happen.  Note that if this is defined static, everything seems fine.