[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll

Robert Bocchino bocchino at cs.uiuc.edu
Wed Nov 16 10:33:35 PST 2005



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"






More information about the llvm-commits mailing list