I plan to release a version of dragonegg based on llvm-2.7 shortly
[oota-llvm.git] / test / FrontendC / 2002-02-13-UnnamedLocal.c
index 6fdc7efdd3a3a0ac5ce0fac9c54cfa3939592268..85aa615205cfcf8011a692ff764d05ab959f6826 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
 
 /* Testcase for a problem where GCC allocated xqic to a register,
  * and did not have a VAR_DECL that explained the stack slot to LLVM.