summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-13 08:04:35 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-13 08:04:35 +0000
commit57bb0885425d8ba683a148a74127e5a924e83908 (patch)
tree2d5086b6f1a0c0b12135a099a139706d07e23c77 /llvm
parent8f8a8b28e9028e0009b202c9031ac4f23f2f0709 (diff)
downloadbcm5719-llvm-57bb0885425d8ba683a148a74127e5a924e83908.tar.gz
bcm5719-llvm-57bb0885425d8ba683a148a74127e5a924e83908.zip
Typo.
llvm-svn: 48337
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/TwoAddressInstructionPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
index 30727a6b7d0..f81f3a70fb9 100644
--- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -292,7 +292,7 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
DOUT << "2addr: CONVERTING 2-ADDR: " << *mi;
DOUT << "2addr: TO 3-ADDR: " << *New;
bool Sunk = false;
- if (New->findRegisterUseOperand(regB, New, TRI))
+ if (New->findRegisterUseOperand(regB, false, TRI))
// FIXME: Temporary workaround. If the new instruction doesn't
// uses regB, convertToThreeAddress must have created more
// then one instruction.
OpenPOWER on IntegriCloud