We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dd49c commit bef369dCopy full SHA for bef369d
Tests/LLVMTests/ConstantSpec.swift
@@ -101,7 +101,7 @@ class ConstantSpec : XCTestCase {
101
returnType: VoidType()))
102
103
let constant = StructType(elementTypes: [IntType.int64])
104
- .constant(values: [Int64(42).asLLVM()])
+ .constant(values: [42])
105
106
// STRUCTCONST-NEXT: entry:
107
let entry = main.appendBasicBlock(named: "entry")
0 commit comments