diff --git a/Sources/CodeGen/LLVM/Transpilation.swift b/Sources/CodeGen/LLVM/Transpilation.swift index 46e5fd293..8114bedac 100644 --- a/Sources/CodeGen/LLVM/Transpilation.swift +++ b/Sources/CodeGen/LLVM/Transpilation.swift @@ -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)! }