[llvm-commits] [llvm] r165475 - /llvm/trunk/include/llvm/Target/Mangler.h

Nadav Rotem nrotem at apple.com
Mon Oct 8 18:56:07 PDT 2012


Author: nadav
Date: Mon Oct  8 20:56:07 2012
New Revision: 165475

URL: http://llvm.org/viewvc/llvm-project?rev=165475&view=rev
Log:
whitespace

Modified:
    llvm/trunk/include/llvm/Target/Mangler.h

Modified: llvm/trunk/include/llvm/Target/Mangler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Mangler.h?rev=165475&r1=165474&r2=165475&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/Mangler.h (original)
+++ llvm/trunk/include/llvm/Target/Mangler.h Mon Oct  8 20:56:07 2012
@@ -54,13 +54,12 @@
   /// 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.





More information about the llvm-commits mailing list