diff options
Diffstat (limited to 'llvm/lib/CodeGen/StatepointExampleGC.cpp')
-rw-r--r-- | llvm/lib/CodeGen/StatepointExampleGC.cpp | 6 |
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() {} |