correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / MemCpyOpt / form-memset2.ll
index 8f31bfc823f8535933483501b1506c9697379bcf..c90af9c73ca3e04c9e1fc7f70692e2f10e12e707 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -memcpyopt -S | not grep store
-; RUN: opt %s -memcpyopt -S | grep {call.*llvm.memset} | count 3
+; RUN: opt %s -memcpyopt -S | not grep store
+; RUN: opt %s -memcpyopt -S | grep {call.*llvm.memset} | count 3
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin8"