[PowerPC] Support @tls in the asm parser
[oota-llvm.git] / lib / Target / PowerPC / PPC.h
index d5a08eed6dcdab10a2e46e1850323381293d6ae4..96b882aef1fa7b702b9e895083aa86075bb120e9 100644 (file)
@@ -85,7 +85,10 @@ namespace llvm {
     /// into memory operations.
     MO_DTPREL_LO = 5 << 4,
     MO_TLSLD_LO  = 6 << 4,
-    MO_TOC_LO    = 7 << 4
+    MO_TOC_LO    = 7 << 4,
+
+    // Symbol for VK_PPC_TLS fixup attached to an ADD instruction
+    MO_TLS       = 8 << 4
   };
   } // end namespace PPCII