From 07cee6efc9f80d76df61c286485302bf0ff947de Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Tue, 9 Oct 2012 01:56:07 +0000 Subject: [PATCH] whitespace llvm-svn: 165475 --- llvm/include/llvm/Target/Mangler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/include/llvm/Target/Mangler.h b/llvm/include/llvm/Target/Mangler.h index 48b8c0c92218..a50f54a436e9 100644 --- a/llvm/include/llvm/Target/Mangler.h +++ b/llvm/include/llvm/Target/Mangler.h @@ -54,13 +54,12 @@ public: /// symbol is the main label that is the address of the global. MCSymbol *getSymbol(const GlobalValue *GV); - /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix /// and the specified global variable's name. If the global variable doesn't /// have a name, this fills in a unique name for the global. void getNameWithPrefix(SmallVectorImpl &OutName, const GlobalValue *GV, bool isImplicitlyPrivate); - + /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix /// and the specified name as the global variable name. GVName must not be /// empty.