diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/statepoint-allocas.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/statepoint-allocas.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/statepoint-allocas.ll b/llvm/test/CodeGen/X86/statepoint-allocas.ll index e33af61ebc6..95ce8f37617 100644 --- a/llvm/test/CodeGen/X86/statepoint-allocas.ll +++ b/llvm/test/CodeGen/X86/statepoint-allocas.ll @@ -72,7 +72,7 @@ declare token @llvm.experimental.gc.statepoint.p0f_i1f(i64, i32, i1 ()*, i32, i3 ; Callsites ; The GC one -; CHECK: .long .Ltmp1-test +; CHECK: .long .Ltmp0-test ; CHECK: .short 0 ; CHECK: .short 4 ; SmallConstant (0) @@ -101,7 +101,7 @@ declare token @llvm.experimental.gc.statepoint.p0f_i1f(i64, i32, i1 ()*, i32, i3 ; CHECK: .p2align 3 ; The Deopt one -; CHECK: .long .Ltmp3-test2 +; CHECK: .long .Ltmp1-test2 ; CHECK: .short 0 ; CHECK: .short 4 ; SmallConstant (0) |