summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-22 05:51:56 +0000
committerChris Lattner <sabre@nondot.org>2004-07-22 05:51:56 +0000
commitf2b976bdd5a41300be3f95f4ccae5b28e576b079 (patch)
tree5606b0c6ac812d3fca3b7dbce91dc4aa8d331094 /llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
parent51f7c9e56d764825e84e0af785caf486e2e6bd04 (diff)
downloadbcm5719-llvm-f2b976bdd5a41300be3f95f4ccae5b28e576b079.tar.gz
bcm5719-llvm-f2b976bdd5a41300be3f95f4ccae5b28e576b079.zip
Remove extraneous punctuation
llvm-svn: 15098
Diffstat (limited to 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r--llvm/lib/CodeGen/TwoAddressInstructionPass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
index 7ca76e0f7ae..9a6e5bc3f07 100644
--- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -146,10 +146,10 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
varInfo.DefInst = prevMi;
// update live variables for regB
- if (LV->removeVirtualRegisterKilled(regB, &*mbbi, mi))
+ if (LV->removeVirtualRegisterKilled(regB, mbbi, mi))
LV->addVirtualRegisterKilled(regB, prevMi);
- if (LV->removeVirtualRegisterDead(regB, &*mbbi, mi))
+ if (LV->removeVirtualRegisterDead(regB, mbbi, mi))
LV->addVirtualRegisterDead(regB, prevMi);
}
OpenPOWER on IntegriCloud