Convert two char* that are only ever used as booleans to bool.
[oota-llvm.git] / include / llvm / MC / MCELF.h
index e08f1e65429a316efbb9ed35c7e8eeb4c936d967..7e59911a89c39002bc309eb68ed404585b80ee04 100644 (file)
@@ -28,6 +28,8 @@ class MCELF {
   static unsigned GetType(const MCSymbolData &SD);
   static void SetVisibility(MCSymbolData &SD, unsigned Visibility);
   static unsigned GetVisibility(MCSymbolData &SD);
+  static void setOther(MCSymbolData &SD, unsigned Other);
+  static unsigned getOther(MCSymbolData &SD);
 };
 
 }