Minor changes

Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
Victor Olin 2023-03-21 14:31:40 +01:00
parent edeff09e86
commit 8081bc5d67
11 changed files with 39 additions and 81 deletions

View file

@ -1,4 +1,4 @@
/* // TODO: include these properly
// TODO: include these properly
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/GCMetadata.h"
#include "llvm/Support/Compiler.h"
@ -13,4 +13,4 @@ namespace {
GCRegistry::Add<GC>
X("gc", "The bespoken garbage collector.");
} */
}

View file

@ -1,4 +1,4 @@
/* #include "llvm/CodeGen/GCMetadataPrinter.h"
#include "llvm/CodeGen/GCMetadataPrinter.h"
#include "llvm/Support/Compiler.h"
using namespace llvm;
@ -13,4 +13,4 @@ namespace {
GCMetadataPrinterRegistry::Add<MyGCPrinter>
X("gc", "The bespoken garbage collector.");
} */
}

View file

@ -1,4 +1,4 @@
/* /// The map for a single function's stack frame. One of these is
/// The map for a single function's stack frame. One of these is
/// compiled as constant data into the executable for each function.
///
/// Storage of metadata values is elided if the %metadata parameter to
@ -60,4 +60,4 @@ void traverseStackMap() {
Constant *RootMetadata = RI->Metadata;
}
}
} */
}