X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCoreCLRGC.cpp;h=28c97ba71bd98f2d62f4d1b900b7989e2316ed20;hb=027a9f45617c2a9ecb809e6b28aac12bdc2d08ec;hp=f656cf80cf1adde6946b3220020d6988c2cd2cc8;hpb=f61fb0c9a779bfaf627c371ef4b46b31dd36b736;p=oota-llvm.git diff --git a/lib/CodeGen/CoreCLRGC.cpp b/lib/CodeGen/CoreCLRGC.cpp index f656cf80cf1..28c97ba71bd 100644 --- a/lib/CodeGen/CoreCLRGC.cpp +++ b/lib/CodeGen/CoreCLRGC.cpp @@ -47,8 +47,7 @@ public: }; } -static GCRegistry::Add X("coreclr", - "CoreCLR-compatible GC"); +static GCRegistry::Add X("coreclr", "CoreCLR-compatible GC"); namespace llvm { void linkCoreCLRGC() {}