aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-add3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-add3.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-add3.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-add3.ll b/test/CodeGen/Thumb2/thumb2-add3.ll
deleted file mode 100644
index 03a817003afd..000000000000
--- a/test/CodeGen/Thumb2/thumb2-add3.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
-
-define i32 @f1(i32 %a) {
- %tmp = add i32 %a, 4095
- ret i32 %tmp
-}
-
-; CHECK-LABEL: f1:
-; CHECK: addw r0, r0, #4095