diff options
Diffstat (limited to 'test/CodeGen/X86/statepoint-call-lowering.ll')
-rw-r--r-- | test/CodeGen/X86/statepoint-call-lowering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/statepoint-call-lowering.ll b/test/CodeGen/X86/statepoint-call-lowering.ll index e1a1369..22049cf 100644 --- a/test/CodeGen/X86/statepoint-call-lowering.ll +++ b/test/CodeGen/X86/statepoint-call-lowering.ll @@ -66,7 +66,7 @@ define i1 @test_relocate(i32 addrspace(1)* %a) gc "statepoint-example" { ; Check that an ununsed relocate has no code-generation impact ; CHECK: pushq %rax ; CHECK: callq return_i1 -; CHECK-NEXT: .Ltmp13: +; CHECK-NEXT: .Ltmp9: ; CHECK-NEXT: popq %rdx ; CHECK-NEXT: retq entry: |