diff options
Diffstat (limited to 'lib/CodeGen/VirtRegMap.cpp')
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 5cec9e97c6..8fc687dcc0 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp @@ -191,7 +191,7 @@ namespace { bool runOnMachineFunction(MachineFunction& mf, const VirtRegMap& vrm) { mf_ = &mf; tm_ = &mf_->getTarget(); - tii_ = &tm_->getInstrInfo(); + tii_ = tm_->getInstrInfo(); mri_ = tm_->getRegisterInfo(); vrm_ = &vrm; p2vMap_.assign(mri_->getNumRegs(), 0); |