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 fbb6efc commit 993f84cCopy full SHA for 993f84c
test/IRGen/newtype.swift
@@ -117,7 +117,7 @@ public func compareInits() -> Bool {
117
takesMyInt(MyInt(kRawInt))
118
// OPT: tail call void @takesMyInt(i32 1)
119
// OPT-NEXT: tail call void @takesMyInt(i32 1)
120
- // OPT-NEXT: [[RAWINT:%.*]] = load i32, i32* @kRawInt, align 4
+ // OPT-NEXT: [[RAWINT:%.*]] = load i32, i32*{{.*}} @kRawInt{{.*}}, align 4
121
// OPT-NEXT: tail call void @takesMyInt(i32 [[RAWINT]])
122
123
0 commit comments