summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-12-13 18:45:54 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-12-13 18:45:54 +0000
commitdfebc4cc4c267f797e823b781d73586cc6fc49c5 (patch)
tree61fefa1183e19c11bef174b68ebc499fb1d483e8 /lib/Target/PowerPC/PPC.h
parent860e7cdab9d5eceda5ac52ae0ddfb4bdab0067f2 (diff)
downloadllvm-dfebc4cc4c267f797e823b781d73586cc6fc49c5.tar.gz
llvm-dfebc4cc4c267f797e823b781d73586cc6fc49c5.tar.bz2
llvm-dfebc4cc4c267f797e823b781d73586cc6fc49c5.tar.xz
This is just a clean-up patch that simplifies the initial-exec TLS logic by
avoiding use of machine operand flags. No change in observable behavior, so no new test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index bbd247f20f..e6d38ebf21 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -72,9 +72,7 @@ namespace llvm {
MO_HA16 = 2 << 5,
MO_TPREL16_HA = 3 << 5,
- MO_TPREL16_LO = 4 << 5,
- MO_GOT_TPREL16_DS = 5 << 5,
- MO_TLS = 6 << 5
+ MO_TPREL16_LO = 4 << 5
};
} // end namespace PPCII