aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-03-14-BrokenSSA.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2002-03-14-BrokenSSA.c')
-rw-r--r--test/CFrontend/2002-03-14-BrokenSSA.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2002-03-14-BrokenSSA.c b/test/CFrontend/2002-03-14-BrokenSSA.c
index 457d369..01f2597 100644
--- a/test/CFrontend/2002-03-14-BrokenSSA.c
+++ b/test/CFrontend/2002-03-14-BrokenSSA.c
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -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:
http://gcc.gnu.org/ml/gcc/2002-03/msg00697.html