summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll2
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc32-pic.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll b/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll
index 9512f7e1aca..ecc4f103096 100644
--- a/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll
+++ b/llvm/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/llvm/test/CodeGen/PowerPC/ppc32-pic.ll b/llvm/test/CodeGen/PowerPC/ppc32-pic.ll
index 1ce56c506ad..f9c34679213 100644
--- a/llvm/test/CodeGen/PowerPC/ppc32-pic.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud