diff options
Diffstat (limited to 'test/CFrontend')
-rw-r--r-- | test/CFrontend/2007-06-15-AnnotateAttribute.c | 2 | ||||
-rw-r--r-- | test/CFrontend/2007-08-01-LoadStoreAlign.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CFrontend/2007-06-15-AnnotateAttribute.c b/test/CFrontend/2007-06-15-AnnotateAttribute.c index 6fe09c2..56bdc6a 100644 --- a/test/CFrontend/2007-06-15-AnnotateAttribute.c +++ b/test/CFrontend/2007-06-15-AnnotateAttribute.c @@ -1,5 +1,5 @@ // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations -// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep -c llvm.var.annotation | grep 3 +// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3 #include <stdio.h> diff --git a/test/CFrontend/2007-08-01-LoadStoreAlign.c b/test/CFrontend/2007-08-01-LoadStoreAlign.c index 3d5b1fb..ef890bf 100644 --- a/test/CFrontend/2007-08-01-LoadStoreAlign.c +++ b/test/CFrontend/2007-08-01-LoadStoreAlign.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep -c {align 1} | grep 2 +// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {align 1} | count 2 // RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | llvm-as | llc struct p { |