diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll b/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll index bc1d0a58284..dbfbc1c5ab5 100644 --- a/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll +++ b/llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll @@ -15,7 +15,8 @@ entry: ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]: ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]] ; LARGE-BSS-NEXT: foo: -; LARGE-BSS: stw 30, -8(1) +; LARGE-BSS: stwu 1, -32(1) +; LARGE-BSS: stw 30, 24(1) ; LARGE-BSS: bl [[PB]] ; LARGE-BSS-NEXT: [[PB]]: ; LARGE-BSS: mflr 30 |

