diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/unaligned_load_store.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/unaligned_load_store.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/unaligned_load_store.ll b/llvm/test/CodeGen/ARM/unaligned_load_store.ll index 211d748be34..dad1897463a 100644 --- a/llvm/test/CodeGen/ARM/unaligned_load_store.ll +++ b/llvm/test/CodeGen/ARM/unaligned_load_store.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | \ ; RUN: llc -march=arm -o %t -f -; RUN: grep -c ldrb %t | grep 4 -; RUN: grep -c strb %t | grep 4 +; RUN: grep ldrb %t | count 4 +; RUN: grep strb %t | count 4 %struct.p = type <{ i8, i32 }> |