]> granicus.if.org Git - llvm/commit
Change the return type of UpgradeARCRuntimeCalls to void
authorAkira Hatanaka <ahatanaka@apple.com>
Thu, 8 Aug 2019 23:33:17 +0000 (23:33 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Thu, 8 Aug 2019 23:33:17 +0000 (23:33 +0000)
commit33c8afb1c37b159e51ad0ee496e0da61183fc056
treea7109f8ba839cb919cd98837515071a9bdeed3ea
parentf5b457980dd33a57cae97a20bcc0eaa165e6c451
Change the return type of UpgradeARCRuntimeCalls to void

Nothing is using the function return.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368367 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/AutoUpgrade.h
lib/IR/AutoUpgrade.cpp