Add testcase
[oota-llvm.git] / test / CFrontend / 2002-02-13-ReloadProblem.c
index 52eef78f4a034a32fe56a0cd2a0510ba29c801e4..ab9b56da3e397a187bd3eaac32bf87b83ac00cd7 100644 (file)
@@ -1,6 +1,8 @@
+// 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 unneccesary for LLVM output
+ * the entire backend of GCC, even though it was unnecessary for LLVM output
  * now it is skipped entirely, and since reload doesn't run, it can't cause
  * a problem.
  */