OSDN Git Service

Don't use for loops for code that is only intended to execute once. No
authorDan Gohman <gohman@apple.com>
Mon, 27 Aug 2012 18:31:36 +0000 (18:31 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Aug 2012 18:31:36 +0000 (18:31 +0000)
commit40e466091e76f4608ad09789546d3012c8c11c3e
treec96d1dcefee19095470ce8036db04b50a7f60aff
parent828ea3849a8c799651a6c33cdc5d92a6923bf95a
Don't use for loops for code that is only intended to execute once. No
intended functionality change. Thanks to Ahmed Charles for spotting it.

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