diff options
Diffstat (limited to 'llvm/test/CodeGen/AVR/pseudo/RORWRd.mir')
-rw-r--r-- | llvm/test/CodeGen/AVR/pseudo/RORWRd.mir | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir b/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir deleted file mode 100644 index 77362cacea7..00000000000 --- a/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir +++ /dev/null @@ -1,22 +0,0 @@ -# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s -# XFAIL: * - -# This instruction is unimplemented. - ---- | - target triple = "avr--" - define void @test() { - entry: - ret void - } -... - ---- -name: test -body: | - bb.0.entry: - - ; CHECK-LABEL: test - - %r15r14 = RORWRd %r15r14, implicit-def %sreg, implicit %sreg -... |