Cleanup the constructor of BitcodeReader. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Jun 2015 20:08:17 +0000 (20:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Jun 2015 20:08:17 +0000 (20:08 +0000)
commit1456b128479d1cc7eb1f914a436722194b7a8f9d
treecb5e499ef49a40025682122e1b88dbe8df900f4e
parent0f73200fd2ffc13351d53294d1843daf20bf1be9
Cleanup the constructor of BitcodeReader. NFC.

Use the same argument names as the members.
Use default member initializes.

Extracted from a patch by Karl Schimpf.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp