Adding RUN lines.

llvm-svn: 17527
diff --git a/llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll b/llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
index 36b9f34..1419283 100644
--- a/llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
+++ b/llvm/test/Regression/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; This testcase fails because the C backend does not arrange to output the 
 ; contents of a structure type before it outputs the structure type itself.