mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[attribute] rename @noinline to @inline(never).
Add support for parsing inline(never), it can be easily expanded to handle inline(always). rdar://17527111 Swift SVN r19447
This commit is contained in:
@@ -186,7 +186,7 @@ extension String {
|
||||
}
|
||||
}
|
||||
|
||||
@noinline
|
||||
@inline(never)
|
||||
func _compareUnicode(other : UnicodeScalarView) -> Int {
|
||||
var g1 = self.generate()
|
||||
var g2 = other.generate()
|
||||
|
||||
Reference in New Issue
Block a user