X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FARM%2Fifcvt8.ll;fp=test%2FCodeGen%2FARM%2Fifcvt8.ll;h=a5d9e65c178a9bdb62593557fd333a93c491beb8;hp=811aa57fdbb79644324598590dd5e69cd719f968;hb=28beeeac4db2d582d4947db96d62e423e4b68d88;hpb=7375bb9c8c82115dd401d67f0baaf30d6c481bd0 diff --git a/test/CodeGen/ARM/ifcvt8.ll b/test/CodeGen/ARM/ifcvt8.ll index 811aa57fdbb..a5d9e65c178 100644 --- a/test/CodeGen/ARM/ifcvt8.ll +++ b/test/CodeGen/ARM/ifcvt8.ll @@ -2,7 +2,7 @@ ; RUN: llc -march=arm -mtriple=arm-apple-darwin -enable-arm-if-conversion ; RUN: llvm-as < %s | \ ; RUN: llc -march=arm -mtriple=arm-apple-darwin -enable-arm-if-conversion | \ -; RUN: grep ldmne | wc -l | grep 1 +; RUN: grep ldmne | count 1 %struct.SString = type { i8*, i32, i32 }