summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-mov4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-mov4.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-mov4.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-mov4.ll b/test/CodeGen/Thumb2/thumb2-mov4.ll
deleted file mode 100644
index 06fa238263ab0..0000000000000
--- a/test/CodeGen/Thumb2/thumb2-mov4.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
-
-define i32 @f6(i32 %a) {
- %tmp = add i32 0, 65535
- ret i32 %tmp
-}