[FunctionAttrs] Move the malloc-like test to a static helper function
[oota-llvm.git] / lib / CodeGen / CoreCLRGC.cpp
index f656cf80cf1adde6946b3220020d6988c2cd2cc8..28c97ba71bd98f2d62f4d1b900b7989e2316ed20 100644 (file)
@@ -47,8 +47,7 @@ public:
 };
 }
 
-static GCRegistry::Add<CoreCLRGC> X("coreclr",
-                                    "CoreCLR-compatible GC");
+static GCRegistry::Add<CoreCLRGC> X("coreclr", "CoreCLR-compatible GC");
 
 namespace llvm {
 void linkCoreCLRGC() {}