diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ppc32-pic.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/ppc32-pic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/ppc32-pic.ll b/test/CodeGen/PowerPC/ppc32-pic.ll index 63f521cbea383..79c36b07e4908 100644 --- a/test/CodeGen/PowerPC/ppc32-pic.ll +++ b/test/CodeGen/PowerPC/ppc32-pic.ll @@ -13,12 +13,12 @@ entry: !llvm.module.flags = !{!0} !0 = !{i32 1, !"PIC Level", i32 1} ; SMALL-BSS-LABEL:foo: -; SMALL-BSS: stw 30, -8(1) ; SMALL-BSS: stwu 1, -32(1) +; SMALL-BSS: stw 30, 24(1) ; SMALL-BSS: bl _GLOBAL_OFFSET_TABLE_@local-4 ; SMALL-BSS: mflr 30 ; SMALL-BSS-DAG: stw {{[0-9]+}}, 8(1) ; SMALL-BSS-DAG: lwz [[VREG:[0-9]+]], bar@GOT(30) ; SMALL-BSS-DAG: lwz {{[0-9]+}}, 0([[VREG]]) ; SMALL-BSS: bl call_foo@PLT -; SMALL-BSS: lwz 30, -8(1) +; SMALL-BSS: lwz 30, 24(1) |
