diff options
Diffstat (limited to 'test/CodeGen/AVR/pseudo/FRMIDX.mir')
| -rw-r--r-- | test/CodeGen/AVR/pseudo/FRMIDX.mir | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/CodeGen/AVR/pseudo/FRMIDX.mir b/test/CodeGen/AVR/pseudo/FRMIDX.mir deleted file mode 100644 index b56122a43ada..000000000000 --- a/test/CodeGen/AVR/pseudo/FRMIDX.mir +++ /dev/null @@ -1,25 +0,0 @@ -# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s - -# TODO: Write this test. -# This instruction isn't expanded by the pseudo expansion passs, but -# rather AVRRegisterInfo::eliminateFrameIndex. - ---- | - target triple = "avr--" - define void @test() { - entry: - ret void - } -... - ---- -name: test -registers: - - { id: 0, class: _ } -body: | - bb.0.entry: - - ; CHECK-LABEL: test - - %r29r28 = FRMIDX %r31r30, 0, implicit-def %sreg -... |
