diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc32-pic.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc32-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |