]> granicus.if.org Git - clang/commit
CodeGen: simplify using a local variable, NFC
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 16 Jul 2016 22:42:04 +0000 (22:42 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 16 Jul 2016 22:42:04 +0000 (22:42 +0000)
commitb29114bc6754a6b37ac05b79d564246d36c3bd0d
treecaba3d1cb39f807c429c9dbd0dcda6d194a97dc3
parenta29693086ca0a0182832157dfb234a4a6135370e
CodeGen: simplify using a local variable, NFC

Add a couple of local variables for the class interface and the super class
interface.  This allows for the repeated access of the information to be cached
and makes the code simpler to understand.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp