summaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/dynalloca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/dynalloca.ll')
-rw-r--r--test/CodeGen/AVR/dynalloca.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AVR/dynalloca.ll b/test/CodeGen/AVR/dynalloca.ll
index 13f503015f9f3..6aa776e2de6f9 100644
--- a/test/CodeGen/AVR/dynalloca.ll
+++ b/test/CodeGen/AVR/dynalloca.ll
@@ -69,9 +69,9 @@ define void @dynalloca2(i16 %x) {
; SP restore
; CHECK: in r0, 63
; CHECK-NEXT: cli
-; CHECK-NEXT: out 62, r29
+; CHECK-NEXT: out 62, r7
; CHECK-NEXT: out 63, r0
-; CHECK-NEXT: out 61, r28
+; CHECK-NEXT: out 61, r6
%vla = alloca i16, i16 %x
call void @foo2(i16* %vla, i64 0, i64 0, i64 0)
ret void