Implement the "thread_local" keyword.
[oota-llvm.git] / include / llvm / Bytecode / BytecodeHandler.h
index eeae2a58d6f17c9a3e077af0e58674d4f6a52728..3d885e123fbb02976748df673ec7d96b0ec35849 100644 (file)
@@ -112,7 +112,8 @@ public:
     GlobalValue::LinkageTypes,///< The linkage type of the GV
     GlobalValue::VisibilityTypes,///< The visibility style of the GV
     unsigned SlotNum,         ///< Slot number of GV
-    unsigned initSlot         ///< Slot number of GV's initializer (0 if none)
+    unsigned initSlot,         ///< Slot number of GV's initializer (0 if none)
+    bool isThreadLocal        ///< Whether the GV is thread local or not
   ) {}
 
   /// This method is called when a type list is recognized. It simply