Revert r107205 and r107207.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index 32679b5374aeeb7ded5395d94febec056584b10d..243ddbb5da342d98d339dc378127b8d7e82f670f 100644 (file)
@@ -285,7 +285,7 @@ namespace llvm {
     MCSymbol *GetCPISymbol(unsigned CPID) const;
 
     /// GetJTISymbol - Return the symbol for the specified jump table entry.
-    MCSymbol *GetJTISymbol(unsigned JTID, bool PassToLinker = false) const;
+    MCSymbol *GetJTISymbol(unsigned JTID, bool isLinkerPrivate = false) const;
 
     /// GetJTSetSymbol - Return the symbol for the specified jump table .set
     /// FIXME: privatize to AsmPrinter.