summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AVR/varargs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/varargs.ll')
-rw-r--r--test/CodeGen/AVR/varargs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AVR/varargs.ll b/test/CodeGen/AVR/varargs.ll
index 6f727cda582d..7224ac3f2b8d 100644
--- a/test/CodeGen/AVR/varargs.ll
+++ b/test/CodeGen/AVR/varargs.ll
@@ -27,8 +27,8 @@ define i16 @varargs1(i8* nocapture %x, ...) {
define i16 @varargs2(i8* nocapture %x, ...) {
; CHECK-LABEL: varargs2:
-; CHECK: ld r24, Z
-; CHECK: ldd r25, Z+1
+; CHECK: ldd r24, [[REG:X|Y|Z]]+{{[0-9]+}}
+; CHECK: ldd r25, [[REG]]+{{[0-9]+}}
%ap = alloca i8*
%ap1 = bitcast i8** %ap to i8*
call void @llvm.va_start(i8* %ap1)