mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
clang-format all the GC related files (NFC)
Nothing interesting here... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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() {}
|
||||
|
Reference in New Issue
Block a user