[FunctionAttrs] Extract a helper function for the core logic used to
[oota-llvm.git] / lib / CodeGen / StatepointExampleGC.cpp
index b9523e55b0c37fab6ae04ecd88f88d0086bf9357..95dfd75018c13b28de77b439106f94301c390c17 100644 (file)
@@ -45,7 +45,7 @@ public:
     return (1 == PT->getAddressSpace());
   }
 };
-} // namespace
+}
 
 static GCRegistry::Add<StatepointGC> X("statepoint-example",
                                        "an example strategy for statepoint");