Add testcase
[oota-llvm.git] / test / CFrontend / 2002-03-14-BrokenSSA.c
index 457d369343c5cc55389c4e79c75bf8b4d2cbe1f6..01f259738e3fc96f174b4cce8810b5f683a26746 100644 (file)
@@ -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