aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StatepointExampleGC.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-01-16 23:16:12 +0000
committerPhilip Reames <listmail@philipreames.com>2015-01-16 23:16:12 +0000
commit36319538d0981498c9eb6ba14066049d653298a5 (patch)
treecb20cd8a5b66faeafbb545b6cefa2ccd46e641ae /llvm/lib/CodeGen/StatepointExampleGC.cpp
parent6bfd398022a03301f2c86d38143706a0423e7258 (diff)
downloadllvm-36319538d0981498c9eb6ba14066049d653298a5.zip
llvm-36319538d0981498c9eb6ba14066049d653298a5.tar.gz
llvm-36319538d0981498c9eb6ba14066049d653298a5.tar.bz2
clang-format all the GC related files (NFC)
Nothing interesting here... llvm-svn: 226342
Diffstat (limited to 'llvm/lib/CodeGen/StatepointExampleGC.cpp')
-rw-r--r--llvm/lib/CodeGen/StatepointExampleGC.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/StatepointExampleGC.cpp b/llvm/lib/CodeGen/StatepointExampleGC.cpp
index e20b270..ed6d0e9 100644
--- a/llvm/lib/CodeGen/StatepointExampleGC.cpp
+++ b/llvm/lib/CodeGen/StatepointExampleGC.cpp
@@ -12,7 +12,7 @@
// suitable as a default implementation usable with any collector which can
// consume the standard stackmap format generated by statepoints, uses the
// default addrespace to distinguish between gc managed and non-gc managed
-// pointers, and has reasonable relocation semantics.
+// pointers, and has reasonable relocation semantics.
//
//===----------------------------------------------------------------------===//
@@ -45,8 +45,8 @@ public:
};
}
-static GCRegistry::Add<StatepointGC>
-X("statepoint-example", "an example strategy for statepoint");
+static GCRegistry::Add<StatepointGC> X("statepoint-example",
+ "an example strategy for statepoint");
namespace llvm {
void linkStatepointExampleGC() {}