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

Reid Spencer reid at x10sys.com
Mon May 2 17:52:30 PDT 2005



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

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

Correct the title and the success criteria: strcmp -> strncmp


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

 StrNCmp.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.1	Mon May  2 19:50:43 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll	Mon May  2 19:52:19 2005
@@ -1,5 +1,5 @@
-; Test that the StrCmpOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcmp'
+; Test that the StrNCmpOptimizer works correctly
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strncmp'
 
 declare int %strncmp(sbyte*,sbyte*,int)
 declare int %puts(sbyte*)






More information about the llvm-commits mailing list