Change Neon VLDn intrinsics to return multiple values instead of really
[oota-llvm.git] / test / CodeGen / ARM / unaligned_load_store.ll
index 211d748be34d729c7cd85f2a34cbac771b4ab2b8..dad1897463a68705d42535bef1f1ceda87a7d9fe 100644 (file)
@@ -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 }>