diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-adc2.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-adc2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-adc2.ll b/llvm/test/CodeGen/Thumb2/thumb2-adc2.ll index 2530d8da0e6..1c1d609e053 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-adc2.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-adc2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adc\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]*} | count 1 +; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adc\\.w\\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 |

