gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2002-02-13-ReloadProblem.c
index eec7844e75ae27449430f82cfc7fa4f15235c18b..ab9b56da3e397a187bd3eaac32bf87b83ac00cd7 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 /* This triggered a problem in reload, fixed by disabling most of the 
  * steps of compilation in GCC.  Before this change, the code went through
  * the entire backend of GCC, even though it was unnecessary for LLVM output