[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll

Reid Spencer reid at x10sys.com
Fri Apr 29 03:11:35 PDT 2005



Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls:

Pow.ll updated: 1.1 -> 1.2
---
Log message:

Fix the success criteria for the test to make call instructions with "pow"
not just any occurrence of "pow".


---
Diffs of the changes:  (+1 -1)

 Pow.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.1	Fri Apr 29 00:47:05 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll	Fri Apr 29 05:11:23 2005
@@ -1,5 +1,5 @@
 ; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'pow'
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*pow'
 
 declare double %pow(double,double)
 %fpstorage = global double 5.0






More information about the llvm-commits mailing list