summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJustin Hibbits <jrh29@alumni.cwru.edu>2014-11-12 16:50:15 +0000
committerJustin Hibbits <jrh29@alumni.cwru.edu>2014-11-12 16:50:15 +0000
commit21c5353f5416b45a57f4baf2af4e4592caa3df67 (patch)
tree84f0fb1da81ea71e4754cfb2140b3bc56777bc95 /llvm
parentb296c9735ee2603c59d45599bb42b557ebf8c65d (diff)
downloadbcm5719-llvm-21c5353f5416b45a57f4baf2af4e4592caa3df67.tar.gz
bcm5719-llvm-21c5353f5416b45a57f4baf2af4e4592caa3df67.zip
Revert part of the PIC tests (TLS part)
This change actually wasn't warranted for -O0, and the new changes prove it and break the build. llvm-svn: 221793
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/tls-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/tls-pic.ll b/llvm/test/CodeGen/PowerPC/tls-pic.ll
index 35617363135..9ba372591e6 100644
--- a/llvm/test/CodeGen/PowerPC/tls-pic.ll
+++ b/llvm/test/CodeGen/PowerPC/tls-pic.ll
@@ -25,7 +25,7 @@ entry:
; OPT0: addis [[REG2:[0-9]+]], 3, a@dtprel@ha
; OPT0-NEXT: addi {{[0-9]+}}, [[REG2]], a@dtprel@l
; OPT0-32-LABEL: main
-; OPT0-32: addi 3, {{[0-9]+}}, a@got@tlsld
+; OPT0-32: addi {{[0-9]+}}, {{[0-9]+}}, a@got@tlsld
; OPT0-32: bl __tls_get_addr(a@tlsld)@PLT
; OPT0-32: addis [[REG:[0-9]+]], 3, a@dtprel@ha
; OPT0-32-NEXT: addi {{[0-9]+}}, [[REG]], a@dtprel@l
OpenPOWER on IntegriCloud