[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:
Manman Ren
2014-07-02 01:27:05 +00:00
parent 62a96d7ff4
commit 2b2330bf5b
18 changed files with 121 additions and 25 deletions

View File

@@ -186,7 +186,7 @@ extension String {
}
}
@noinline
@inline(never)
func _compareUnicode(other : UnicodeScalarView) -> Int {
var g1 = self.generate()
var g2 = other.generate()