[DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
index 645396fe7585aab019bef74b1a341e25c9e8312c..313a6c52367d8cd0da08f6fcab28f76376b682e8 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 declare void @exit(i32)