diff options
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" |