fix inconsistent formatting.
authorChris Lattner <sabre@nondot.org>
Sun, 5 Sep 2010 22:43:56 +0000 (22:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Sep 2010 22:43:56 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113121 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassRegistry.h

index 59071391520a29aaff2cf102d0865588b2f7c3d1..adaccf37659c10f3d77078fe01b6594550841685 100644 (file)
@@ -62,7 +62,7 @@ public:
                              PassInfo& Registeree, bool isDefault);
   
   void enumerateWith(PassRegistrationListener *L);
-  void addRegistrationListener(PassRegistrationListenerL);
+  void addRegistrationListener(PassRegistrationListener *L);
   void removeRegistrationListener(PassRegistrationListener *L);
 };