[PowerPC] Support @tls in the asm parser
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCFixupKinds.h
index 0438c0e3abf19f032136dfb31eba72ffcc56068d..68de8c1f27a556036a67845539c0e544f98dedb1 100644 (file)
@@ -41,11 +41,9 @@ enum Fixups {
   /// implied 2 zero bits for instrs like 'std'.
   fixup_ppc_half16ds,
 
-  /// fixup_ppc_tlsreg - Insert thread-pointer register number.
-  fixup_ppc_tlsreg,
-
   /// fixup_ppc_nofixup - Not a true fixup, but ties a symbol to a call
-  /// to __tls_get_addr for the TLS general and local dynamic models.
+  /// to __tls_get_addr for the TLS general and local dynamic models,
+  /// or inserts the thread-pointer register number.
   fixup_ppc_nofixup,
   
   // Marker