git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320274
91177308-0d34-0410-b5e6-
96231b3b80d8
//===----------------------------------------------------------------------===//
// Thread Local Storage Instructions
//
+let SchedRW = [WriteSystem] in {
// ELF TLS Support
// All calls clobber the non-callee saved registers. ESP is marked as
"# TLSCall_64",
[(X86TLSCall addr:$sym)]>,
Requires<[In64BitMode]>;
-
+} // SchedRW
//===----------------------------------------------------------------------===//
// Conditional Move Pseudo Instructions