MIR Parser: Remove redundant parameters. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 16:48:37 +0000 (16:48 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 16:48:37 +0000 (16:48 +0000)
commit3e85c48d366360b7a3bbe515db4e21e29ac7d9fc
tree610b47c811eaa13bc4035cf158cc6bfe0c4492d1
parentdc73dc09f135cb1d36fd18f1918395ddf68cec63
MIR Parser: Remove redundant parameters. NFC.

This commit removes the redundant parameters from the two methods
'initializeRegisterInfo' and 'initializeFrameInfo'. The removed parameters are
redundant as we are already passing in the 'MachineFunction' to those methods,
and those parameters can be derived from the machine function parameter.

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