summaryrefslogtreecommitdiff
path: root/include/llvm/Target
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-09 01:56:07 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-09 01:56:07 +0000
commit03753aa7598a0c313846fd49fc7eaf75c2d9f003 (patch)
tree87f6a3efc9b4d4c4d8121e1022666137929161c8 /include/llvm/Target
parent76265158d6d0be4cdb03f31b2822ace9cd532cb2 (diff)
downloadllvm-03753aa7598a0c313846fd49fc7eaf75c2d9f003.tar.gz
llvm-03753aa7598a0c313846fd49fc7eaf75c2d9f003.tar.bz2
llvm-03753aa7598a0c313846fd49fc7eaf75c2d9f003.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r--include/llvm/Target/Mangler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Target/Mangler.h b/include/llvm/Target/Mangler.h
index 48b8c0c922..a50f54a436 100644
--- a/include/llvm/Target/Mangler.h
+++ b/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<char> &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.