Skip to content

Commit

Permalink
Rename '_val_metatype' to '_hylo_metatype'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga committed Oct 5, 2023
1 parent 0ad8afc commit 2fa25e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CodeGen/LLVM/Transpilation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extension LLVM.Module {

/// Returns the LLVM type of a metatype instance.
private mutating func metatypeType() -> LLVM.StructType {
if let t = type(named: "_val_metatype") {
if let t = type(named: "_hylo_metatype") {
return .init(t)!
}

Expand Down

0 comments on commit 2fa25e9

Please sign in to comment.