[llvm-commits] [llvm] r113121 - /llvm/trunk/include/llvm/PassRegistry.h

Chris Lattner sabre at nondot.org
Sun Sep 5 15:43:56 PDT 2010


Author: lattner
Date: Sun Sep  5 17:43:56 2010
New Revision: 113121

URL: http://llvm.org/viewvc/llvm-project?rev=113121&view=rev
Log:
fix inconsistent formatting.

Modified:
    llvm/trunk/include/llvm/PassRegistry.h

Modified: llvm/trunk/include/llvm/PassRegistry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassRegistry.h?rev=113121&r1=113120&r2=113121&view=diff
==============================================================================
--- llvm/trunk/include/llvm/PassRegistry.h (original)
+++ llvm/trunk/include/llvm/PassRegistry.h Sun Sep  5 17:43:56 2010
@@ -62,7 +62,7 @@
                              PassInfo& Registeree, bool isDefault);
   
   void enumerateWith(PassRegistrationListener *L);
-  void addRegistrationListener(PassRegistrationListener* L);
+  void addRegistrationListener(PassRegistrationListener *L);
   void removeRegistrationListener(PassRegistrationListener *L);
 };
 





More information about the llvm-commits mailing list