diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll b/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll index ecc4f103096..3ee1cef2bb0 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 !"PIC Level", i32 2} +!0 = !{i32 1, !"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: |