summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/retaddr2.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-02-06 23:07:40 +0000
committerHal Finkel <hfinkel@anl.gov>2015-02-06 23:07:40 +0000
commit9168f717c91489c1ef71f42dbf6fd163f57d0980 (patch)
tree3a1f8c41cf3ba26114ece43526bd56df3fe74869 /test/CodeGen/PowerPC/retaddr2.ll
parentead6da39e96e67115cd492ee1a08acfd8d8d4839 (diff)
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and related fixups
Unfortunately, even with the workaround of disabling the linker TLS optimizations in Clang restored (which has already been done), this still breaks self-hosting on my P7 machine (-O3 -DNDEBUG -mcpu=native). Bill is currently working on an alternate implementation to address the TLS issue in a way that also fully elides the linker bug (which, unfortunately, this approach did not fully), so I'm reverting this now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/retaddr2.ll')
-rw-r--r--test/CodeGen/PowerPC/retaddr2.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/retaddr2.ll b/test/CodeGen/PowerPC/retaddr2.ll
index 8581f6cb9a3..8fa3b4d13b7 100644
--- a/test/CodeGen/PowerPC/retaddr2.ll
+++ b/test/CodeGen/PowerPC/retaddr2.ll
@@ -12,7 +12,8 @@ entry:
; CHECK-LABEL: @test1
; CHECK: mflr 0
; CHECK: std 0, 16(1)
-; CHECK-DAG: ld 3, 64(1)
+; FIXME: These next two lines don't both need to load the same value.
+; CHECK-DAG: ld 3, 16(1)
; CHECK-DAG: ld 0, 16(1)
; CHECK: mtlr 0
; CHECK: blr