aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/issue-cannot-select-bswap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/issue-cannot-select-bswap.ll')
-rw-r--r--test/CodeGen/AVR/issue-cannot-select-bswap.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/AVR/issue-cannot-select-bswap.ll b/test/CodeGen/AVR/issue-cannot-select-bswap.ll
deleted file mode 100644
index bf26e403524d..000000000000
--- a/test/CodeGen/AVR/issue-cannot-select-bswap.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -march=avr | FileCheck %s
-
-declare i16 @llvm.bswap.i16(i16)
-
-define i16 @foo(i16) {
-; CHECK-LABEL: foo:
-entry-block:
- %1 = tail call i16 @llvm.bswap.i16(i16 %0)
- ret i16 %1
-}