diff options
author | Philip Reames <listmail@philipreames.com> | 2015-01-16 23:16:12 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2015-01-16 23:16:12 +0000 |
commit | 36319538d0981498c9eb6ba14066049d653298a5 (patch) | |
tree | cb20cd8a5b66faeafbb545b6cefa2ccd46e641ae /llvm/lib/CodeGen/StatepointExampleGC.cpp | |
parent | 6bfd398022a03301f2c86d38143706a0423e7258 (diff) | |
download | llvm-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.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() {} |