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)
commitbc2d9998eaca75b817e0000f3fef602942446820
treec71db5ae06c22c0c8ef8178a7c0f26dcd565657f
parent3ec5c84606ffaa1153352552ed2a7d699547bb6c
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.

llvm-svn: 275696
clang/lib/CodeGen/CGObjCMac.cpp