summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pic_jumptable.ll')
-rw-r--r--test/CodeGen/X86/pic_jumptable.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pic_jumptable.ll b/test/CodeGen/X86/pic_jumptable.ll
index aad0a6171c..31071bc74a 100644
--- a/test/CodeGen/X86/pic_jumptable.ll
+++ b/test/CodeGen/X86/pic_jumptable.ll
@@ -8,9 +8,9 @@ declare void @_Z3bari(i32)
define linkonce void @_Z3fooILi1EEvi(i32 %Y) nounwind {
entry:
-; CHECK: L1$pb
+; CHECK: L0$pb
; CHECK-NOT: leal
-; CHECK: Ltmp0 = LJTI1_0-L1$pb
+; CHECK: Ltmp0 = LJTI0_0-L0$pb
; CHECK-NEXT: addl Ltmp0(%eax,%ecx,4)
; CHECK-NEXT: jmpl *%eax
%Y_addr = alloca i32 ; <i32*> [#uses=2]