diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-24 13:18:25 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-24 13:18:25 +0000 |
commit | 915558e77559bf76c57031729d244d319fdce3e6 (patch) | |
tree | 1942726abfcbe9fcc8bf01847be4a94231bfd104 /test/CodeGen/PowerPC/stubs.ll | |
parent | e8ca482c9734a556f3b66d44ba27e23a1d00b1e0 (diff) | |
download | external_llvm-915558e77559bf76c57031729d244d319fdce3e6.zip external_llvm-915558e77559bf76c57031729d244d319fdce3e6.tar.gz external_llvm-915558e77559bf76c57031729d244d319fdce3e6.tar.bz2 |
PPC: MCize most of the darwin PIC emission.
The last remaining bit is "bcl 20, 31, AnonSymbol", which I couldn't find the
instruction definition for. Only whitespace changes in assembly output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/stubs.ll')
-rw-r--r-- | test/CodeGen/PowerPC/stubs.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/stubs.ll b/test/CodeGen/PowerPC/stubs.ll index 4889263..cfcc50b 100644 --- a/test/CodeGen/PowerPC/stubs.ll +++ b/test/CodeGen/PowerPC/stubs.ll @@ -10,8 +10,8 @@ entry: ; CHECK: .section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16 ; CHECK: ___floatditf$stub: ; CHECK: .indirect_symbol ___floatditf -; CHECK: lis r11,ha16(___floatditf$lazy_ptr) -; CHECK: lwzu r12,lo16(___floatditf$lazy_ptr)(r11) +; CHECK: lis r11, ha16(___floatditf$lazy_ptr) +; CHECK: lwzu r12, lo16(___floatditf$lazy_ptr)(r11) ; CHECK: mtctr r12 ; CHECK: bctr ; CHECK: .section __DATA,__la_symbol_ptr,lazy_symbol_pointers |