Merge all tls tests to two files. One for normal codegen (initial and local
authorRoman Divacky <rdivacky@freebsd.org>
Wed, 11 Dec 2013 22:25:39 +0000 (22:25 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Wed, 11 Dec 2013 22:25:39 +0000 (22:25 +0000)
commitb7cb5eacf1af61e2b240640fba4a641254bea3b9
treea772cb0d5b4b4e9e2664ef27b91651e6afbb411c
parent343da2e255623080f61f93c3363a9a028bb62119
Merge all tls tests to two files. One for normal codegen (initial and local
exec) and one for PIC codegen (local and general dynamic).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197081 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/tls-gd.ll [deleted file]
test/CodeGen/PowerPC/tls-ie.ll [deleted file]
test/CodeGen/PowerPC/tls-ld-2.ll [deleted file]
test/CodeGen/PowerPC/tls-ld.ll [deleted file]
test/CodeGen/PowerPC/tls-pic.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls.ll