diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll index f8f06af48793..20007c2bb6f3 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | Count 5 +; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5 target triple = "thumbv7-apple-darwin" diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll index e905b530f170..f1abb813a109 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | Count 1 +; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1 target triple = "thumbv7-apple-darwin"