diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/statepoint-vector.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/statepoint-vector.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/statepoint-vector.ll b/llvm/test/CodeGen/X86/statepoint-vector.ll index 21e7b204a07..cc384e19394 100644 --- a/llvm/test/CodeGen/X86/statepoint-vector.ll +++ b/llvm/test/CodeGen/X86/statepoint-vector.ll @@ -106,7 +106,7 @@ entry: ; CHECK: __LLVM_StackMaps: -; CHECK: .Ltmp1-test +; CHECK: .Ltmp0-test ; Check for the two spill slots ; Stack Maps: Loc 3: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] @@ -119,7 +119,7 @@ entry: ; CHECK: .short 7 ; CHECK: .long 0 -; CHECK: .Ltmp3-test2 +; CHECK: .Ltmp1-test2 ; Check for the two spill slots ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] @@ -132,7 +132,7 @@ entry: ; CHECK: .short 7 ; CHECK: .long 0 -; CHECK: .Ltmp5-test3 +; CHECK: .Ltmp2-test3 ; Check for the four spill slots ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] ; Stack Maps: Loc 4: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] |