Skip to content

Commit

Permalink
Update some outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanvdc committed Feb 19, 2019
1 parent 536c025 commit 3d1bd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/llvm-pass-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ struct JuliaPassContext {
llvm::Function *typeof_func;
llvm::Function *write_barrier_func;

// Creates a GC lowering refs structure. Type and function pointers
// Creates a pass context. Type and function pointers
// are set to `nullptr`. Metadata nodes are initialized.
JuliaPassContext();

// Populates a GC lowering refs structure by inspecting a module.
// Populates a pass context by inspecting a module.
// Also sets the current module to the given module.
void initAll(llvm::Module &M);

// Initializes a GC lowering refs structure's functions only.
// Initializes a pass context's functions only.
// Also sets the current module to the given module.
void initFunctions(llvm::Module &M);

Expand Down

0 comments on commit 3d1bd79

Please sign in to comment.