Refactor the MCContext so that it's an ivar instead of a local which is passed
authorBill Wendling <isanbard@gmail.com>
Fri, 4 Nov 2011 09:24:40 +0000 (09:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 4 Nov 2011 09:24:40 +0000 (09:24 +0000)
commitb9bff969e96a24da18d6c5d0d623a7d790d41fa2
tree5ecb8fb2c3a2fa35f7fad9c032a56549aaa59356
parent018262768f8df65f47ab43d8c0731c68d0a5b172
Refactor the MCContext so that it's an ivar instead of a local which is passed
around. This is important for some future work as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143688 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOModule.cpp
tools/lto/LTOModule.h