From: Daniel Dunbar Date: Fri, 26 Jun 2009 01:33:02 +0000 (+0000) Subject: Fix spelling of 'count' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e;p=oota-llvm.git Fix spelling of 'count' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74249 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Thumb2/thumb2-mvn.ll b/test/CodeGen/Thumb2/thumb2-mvn.ll index 967e03fc412..95694d67912 100644 --- a/test/CodeGen/Thumb2/thumb2-mvn.ll +++ b/test/CodeGen/Thumb2/thumb2-mvn.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | grep {mvn\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | Count 4 +; RUN: llvm-as < %s | llc | grep {mvn\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4 target triple = "thumbv7-apple-darwin"