diff options
Diffstat (limited to 'test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll')
| -rw-r--r-- | test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll b/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll deleted file mode 100644 index 8d777634f6c5..000000000000 --- a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: llc -mtriple=arm-eabi -mcpu=arm7tdmi %s -o - | FileCheck %s - -; movw is only legal for V6T2 and later. -; rdar://12300648 - -define i32 @t(i32 %x) { -; CHECK-LABEL: t: -; CHECK-NOT: movw - %tmp = add i32 %x, -65535 - ret i32 %tmp -} |
