diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/func-addr-consts.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/func-addr-consts.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/func-addr-consts.ll b/llvm/test/CodeGen/PowerPC/func-addr-consts.ll index 938b1bdb1a4..fe2bd7f009d 100644 --- a/llvm/test/CodeGen/PowerPC/func-addr-consts.ll +++ b/llvm/test/CodeGen/PowerPC/func-addr-consts.ll @@ -12,5 +12,5 @@ entry: ret void } -; CHECK: .section gsection,"a",@progbits -; CHECK: .section hsection,"a",@progbits +; CHECK: .section gsection,"aw",@progbits +; CHECK: .section hsection,"aw",@progbits |