X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCoreCLRGC.cpp;h=28c97ba71bd98f2d62f4d1b900b7989e2316ed20;hb=b453775cc22ec58cca89c68d52d68e4cc61d6d0a;hp=0816d1488c284d150d0da5a12473d308a90e877d;hpb=cf0db29df20d9c665da7e82bb261bdd7cf7f1b2b;p=oota-llvm.git diff --git a/lib/CodeGen/CoreCLRGC.cpp b/lib/CodeGen/CoreCLRGC.cpp index 0816d1488c2..28c97ba71bd 100644 --- a/lib/CodeGen/CoreCLRGC.cpp +++ b/lib/CodeGen/CoreCLRGC.cpp @@ -45,7 +45,7 @@ public: return (1 == PT->getAddressSpace()); } }; -} // namespace +} static GCRegistry::Add X("coreclr", "CoreCLR-compatible GC");