diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-06-26 18:35:07 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-26 18:35:07 +0000 |
| commit | a720af1370deea007e5de644ac7a89c694ffe040 (patch) | |
| tree | f95456ce984c14d5353c61db0221867ea70d5b15 /llvm/test/CodeGen/Thumb2/thumb2-add6.ll | |
| parent | 2872df839dc930c25052bcdaeac896b6c8291d9f (diff) | |
| download | bcm5719-llvm-a720af1370deea007e5de644ac7a89c694ffe040.tar.gz bcm5719-llvm-a720af1370deea007e5de644ac7a89c694ffe040.zip | |
More spelling Count as count.
llvm-svn: 74306
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-add6.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-add6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-add6.ll b/llvm/test/CodeGen/Thumb2/thumb2-add6.ll index 7e6b88ec548..9dd3efcacd5 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-add6.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-add6.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adds\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]} | Count 1 +; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adds\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]} | count 1 define i64 @f1(i64 %a, i64 %b) { %tmp = add i64 %a, %b |

