Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 27 Jan 2013 06:19:48 +0000 (06:19 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 27 Jan 2013 06:19:48 +0000 (06:19 +0000)
commit6de90c0820db87335ac14d42d13f75e1ee4bb417
treed367dc44dbc5d3e145e18cad5dae43acfaee723b
parentc83f6212a79af38f97bc78c44429c1ea3f3995cd
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.

This name change does the following:

1. Causes the function name to use proper ARC terminology.
2. Makes it clear what the function truly does.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173609 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ObjCARC.cpp