summaryrefslogtreecommitdiff
path: root/test/FrontendC/2002-03-14-BrokenSSA.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2002-03-14-BrokenSSA.c')
-rw-r--r--test/FrontendC/2002-03-14-BrokenSSA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2002-03-14-BrokenSSA.c b/test/FrontendC/2002-03-14-BrokenSSA.c
index 01f259738e3f..9dc674aea27f 100644
--- a/test/FrontendC/2002-03-14-BrokenSSA.c
+++ b/test/FrontendC/2002-03-14-BrokenSSA.c
@@ -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: