Remove an always true parameter.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index 4bda0f1603acbddb9dbd51f062fcb98a1ccc633d..3641dc95428c203f33264d1e8b6ebd514330f2a7 100644 (file)
@@ -304,13 +304,10 @@ namespace llvm {
     /// stem.
     MCSymbol *GetTempSymbol(StringRef Name) const;
 
-
-    /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
-    /// global value name as its base, with the specified suffix, and where the
-    /// symbol is forced to have private linkage if ForcePrivate is true.
+    /// Return the MCSymbol for a private symbol with global value name as its
+    /// base, with the specified suffix.
     MCSymbol *GetSymbolWithGlobalValueBase(const GlobalValue *GV,
-                                           StringRef Suffix,
-                                           bool ForcePrivate = true) const;
+                                           StringRef Suffix) const;
 
     /// GetExternalSymbolSymbol - Return the MCSymbol for the specified
     /// ExternalSymbol.