Reenable sqrt IR generation test.
[oota-llvm.git] / test / FrontendC / 2002-03-14-BrokenSSA.c
index 01f259738e3fc96f174b4cce8810b5f683a26746..9dc674aea27f63c27e3964ae8d4b9d9d240d424a 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
 
 /* This code used to break GCC's SSA computation code.  It would create
    uses of B & C that are not dominated by their definitions.  See: