diff options
Diffstat (limited to 'test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir')
-rw-r--r-- | test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir b/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir index 781cb5d82433c..5ff2ef1742e0e 100644 --- a/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir +++ b/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir @@ -1,4 +1,4 @@ -# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s +# RUN: llc -O0 %s -o - -march=avr | FileCheck %s # This test checks the expansion of the 16-bit 'LDDWRdPtrQ' pseudo instruction. @@ -12,6 +12,7 @@ --- name: test_lddwrdptrq +tracksRegLiveness: true body: | bb.0.entry: @@ -20,5 +21,5 @@ body: | ; CHECK: ldd r30, Y+10 ; CHECK-NEXT: ldd r31, Y+11 - early-clobber %r31r30 = LDDWRdPtrQ %r29r28, 10 + early-clobber %r31r30 = LDDWRdPtrQ undef %r29r28, 10 ... |