diff --git a/test/CodeGen/PowerPC/ppc32-pic-large.ll b/test/CodeGen/PowerPC/ppc32-pic-large.ll index 9512f7e1aca..ecc4f103096 100644 --- a/test/CodeGen/PowerPC/ppc32-pic-large.ll +++ b/test/CodeGen/PowerPC/ppc32-pic-large.ll @@ -8,7 +8,7 @@ entry: } !llvm.module.flags = !{!0} -!0 = metadata !{i32 1, metadata !"flag_pic", i32 2} +!0 = metadata !{i32 1, metadata !"PIC Level", i32 2} ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]: ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]] ; LARGE-BSS-NEXT: foo: diff --git a/test/CodeGen/PowerPC/ppc32-pic.ll b/test/CodeGen/PowerPC/ppc32-pic.ll index 1ce56c506ad..f9c34679213 100644 --- a/test/CodeGen/PowerPC/ppc32-pic.ll +++ b/test/CodeGen/PowerPC/ppc32-pic.ll @@ -8,7 +8,7 @@ entry: } !llvm.module.flags = !{!0} -!0 = metadata !{i32 1, metadata !"flag_pic", i32 1} +!0 = metadata !{i32 1, metadata !"PIC Level", i32 1} ; SMALL-BSS-LABEL:foo: ; SMALL-BSS: bl _GLOBAL_OFFSET_TABLE_@local-4 ; SMALL-BSS: mflr 30