Change 'getLogicValue()' into a property 'boolValue'; change

'getArrayBoundValue()' into a property 'arrayBoundValue'.

rdar://17156123


Swift SVN r20304
This commit is contained in:
Dmitri Hrybenko
2014-07-22 12:08:10 +00:00
parent 9325c5ac16
commit d14f17beef
47 changed files with 254 additions and 219 deletions

View File

@@ -654,7 +654,7 @@ public func lexicographicalCompare<
}
return false
}
return e2_.getLogicValue()
return e2_.boolValue
}
}
@@ -685,7 +685,7 @@ public func lexicographicalCompare<
}
return false
}
return e2_.getLogicValue()
return e2_.boolValue
}
}