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 bd3e590 commit fbb6efcCopy full SHA for fbb6efc
test/IRGen/newtype.swift
@@ -108,7 +108,7 @@ public func compareInits() -> Bool {
108
let mfNoLabel = MyInt(1)
109
let res = mf.rawValue == MyInt.one.rawValue
110
&& mfNoLabel.rawValue == MyInt.one.rawValue
111
- // OPT: [[ONE:%.*]] = load i32, i32* @kMyIntOne, align 4
+ // OPT: [[ONE:%.*]] = load i32, i32*{{.*}}@kMyIntOne{{.*}}, align 4
112
// OPT-NEXT: [[COMP:%.*]] = icmp eq i32 [[ONE]], 1
113
114
takesMyInt(mf)
0 commit comments