Revert r107205 and r107207.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index ce8785857e97d76a0cab9f07ade73c5c09c25ca7..409d13ee3fc5c19edf225c54bab7b2774d84d2e0 100644 (file)
@@ -402,10 +402,10 @@ public:
   //
   
   /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
-  /// If PassToLinker is specified, an 'l' label is returned, otherwise a normal
-  /// 'L' label is returned.
-  MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
-                         bool PassToLinker = false) const;
+  /// If isLinkerPrivate is specified, an 'l' label is returned, otherwise a
+  /// normal 'L' label is returned.
+  MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx, 
+                         bool isLinkerPrivate = false) const;
 };
 
 //===--------------------------------------------------------------------===//