diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-sbc2.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-sbc2.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-sbc2.ll b/llvm/test/CodeGen/Thumb2/thumb2-sbc2.ll deleted file mode 100644 index 2bf02f8c1bd..00000000000 --- a/llvm/test/CodeGen/Thumb2/thumb2-sbc2.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {sbc\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]*} | count 1 - -define i64 @f1(i64 %a, i64 %b) { - %tmp = sub i64 %a, %b - ret i64 %tmp -} |