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-add2.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-add2.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-add2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-add2.ll b/llvm/test/CodeGen/Thumb2/thumb2-add2.ll index d0ef41d5a1a..e76650c688e 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-add2.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-add2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | grep {add\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#510} | Count 5 +; RUN: llvm-as < %s | llc | grep {add\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#510} | count 5 target triple = "thumbv7-apple-darwin" |