]> granicus.if.org Git - clang/commit
Driver: refactor a local variable
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 19 Dec 2014 23:56:28 +0000 (23:56 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 19 Dec 2014 23:56:28 +0000 (23:56 +0000)
commitf41c4490a159a4d7ca702c08655bd1ebe9840f72
treed11a61ad43ace52aee77a59888cbe7398fe321c1
parent6426e17f2c3bc515da685e99baa337592f511cea
Driver: refactor a local variable

Pull out a getToolChain() into a local variable to share the call across to all
the uses.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224653 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp