Fix typo. Thank you, valgrind.

llvm-svn: 99974
This commit is contained in:
Jakob Stoklund Olesen 2010-03-31 00:40:08 +00:00
parent c6213a8bc0
commit 13a7a0adff
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ void SSEDomainFixPass::enterBasicBlock() {
if (rx < 0) continue;
for (MachineBasicBlock::const_pred_iterator pi = MBB->pred_begin(),
pe = MBB->pred_end(); pi != pe; ++pi) {
LiveOutMap::const_iterator fi = LiveOuts.find(*pe);
LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
if (fi == LiveOuts.end()) continue;
DomainValue *pdv = fi->second[rx];
if (!pdv) continue;

View File

@ -1,5 +1,5 @@
; RUN: llc < %s -march=x86-64 -mattr=+sse42 -disable-mmx | FileCheck %s
; CHECK: movaps
; CHECK: movdqa
; CHECK: pmulld
; CHECK: psubd