diff options
Diffstat (limited to 'test/CodeGen/Thumb/pop.ll')
| -rw-r--r-- | test/CodeGen/Thumb/pop.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/pop.ll b/test/CodeGen/Thumb/pop.ll index 3c539c6901708..851f793e5ee07 100644 --- a/test/CodeGen/Thumb/pop.ll +++ b/test/CodeGen/Thumb/pop.ll @@ -3,9 +3,9 @@ define void @t(i8* %a, ...) nounwind { ; CHECK-LABEL: t: -; CHECK: pop {r3} +; CHECK: pop {[[POP_REG:r[0-3]]]} ; CHECK-NEXT: add sp, #12 -; CHECK-NEXT: bx r3 +; CHECK-NEXT: bx [[POP_REG]] entry: %a.addr = alloca i8, i32 4 call void @llvm.va_start(i8* %a.addr) |
