summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CoreCLRGC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/CoreCLRGC.cpp')
-rw-r--r--llvm/lib/CodeGen/CoreCLRGC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CoreCLRGC.cpp b/llvm/lib/CodeGen/CoreCLRGC.cpp
index f656cf80cf1..28c97ba71bd 100644
--- a/llvm/lib/CodeGen/CoreCLRGC.cpp
+++ b/llvm/lib/CodeGen/CoreCLRGC.cpp
@@ -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() {}
OpenPOWER on IntegriCloud