commit | 5582a6a4a525e1ae6bb121ecc2a1f4ca2ab5c998 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Mon May 25 01:43:34 2015 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Mon May 25 01:43:34 2015 +0000 |
tree | b351ca325aa8775ee8e715f9ed04f1a91ca3e216 | |
parent | fb3bd7127a768a7ce39ade409e80896a96e1d340 [diff] [blame] |
Reformat. llvm-svn: 238126
diff --git a/llvm/lib/CodeGen/CoreCLRGC.cpp b/llvm/lib/CodeGen/CoreCLRGC.cpp index f656cf8..28c97ba 100644 --- a/llvm/lib/CodeGen/CoreCLRGC.cpp +++ b/llvm/lib/CodeGen/CoreCLRGC.cpp
@@ -47,8 +47,7 @@ }; } -static GCRegistry::Add<CoreCLRGC> X("coreclr", - "CoreCLR-compatible GC"); +static GCRegistry::Add<CoreCLRGC> X("coreclr", "CoreCLR-compatible GC"); namespace llvm { void linkCoreCLRGC() {}