commit | ada7205b764a46cb7e7ec73a74ae0ef591e17f59 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 15 13:49:33 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 15 13:49:33 2007 +0000 |
tree | a832e6864aceaf864992f8caaf1d5e329a2557a1 | |
parent | 85c1e51b34527011c23a5c375bb6592665af370a [diff] [blame] |
Convert tests using "grep -c ... | grep ..." to use the count script. llvm-svn: 41100
diff --git a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll index f891599..16d7a16 100644 --- a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll +++ b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep -c je | grep 3 +; RUN: llvm-as < %s | llc -march=x86 | grep je | count 3 ; RUN: llvm-as < %s | llc -march=x86-64 | grep 4297064449 ; PR 1325+