Adding RUN lines.

llvm-svn: 17536
diff --git a/llvm/test/Regression/ExecutionEngine/test-loadstore.ll b/llvm/test/Regression/ExecutionEngine/test-loadstore.ll
index 35a2c5f..ac558b0 100644
--- a/llvm/test/Regression/ExecutionEngine/test-loadstore.ll
+++ b/llvm/test/Regression/ExecutionEngine/test-loadstore.ll
@@ -1,3 +1,6 @@
+; RUN: llvm-as -f %s -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
 
 void %test(sbyte* %P, short* %P, int* %P, long* %P) {
 	%V = load sbyte* %P