aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/pseudo/INWRdA.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/pseudo/INWRdA.mir')
-rw-r--r--test/CodeGen/AVR/pseudo/INWRdA.mir22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/CodeGen/AVR/pseudo/INWRdA.mir b/test/CodeGen/AVR/pseudo/INWRdA.mir
deleted file mode 100644
index 1b2d7fa0f539..000000000000
--- a/test/CodeGen/AVR/pseudo/INWRdA.mir
+++ /dev/null
@@ -1,22 +0,0 @@
-# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
-
---- |
- target triple = "avr--"
- define void @test() {
- entry:
- ret void
- }
-...
-
----
-name: test
-body: |
- bb.0.entry:
-
- ; CHECK-LABEL: test
-
- ; CHECK: %r14 = INRdA 31
- ; CHECK-NEXT: %r15 = INRdA 32
-
- %r15r14 = INWRdA 31
-...