Changes in directory llvm/test/Regression/ExecutionEngine:
parallel.ll updated: 1.1 -> 1.1.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -1) parallel.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/ExecutionEngine/parallel.ll diff -u llvm/test/Regression/ExecutionEngine/parallel.ll:1.1 llvm/test/Regression/ExecutionEngine/parallel.ll:1.1.2.1 --- llvm/test/Regression/ExecutionEngine/parallel.ll:1.1 Tue Jul 12 19:35:12 2005 +++ llvm/test/Regression/ExecutionEngine/parallel.ll Wed Nov 16 12:33:23 2005 @@ -1,3 +1,3 @@ ; This isn't really an assembly file. This test runs the ParallelJIT example ; program and ensures its output is sane. -; RUN: ParallelJIT | grep -q "Fib2 returned 267914296" +; RUN: ParallelJIT | grep "Fib2 returned 267914296" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits