Fix typo.
llvm-svn: 44997
This commit is contained in:
parent
eb13c73c36
commit
2011df4e39
@ -929,7 +929,7 @@ bool CodeGenPrepare::OptimizeExtUses(Instruction *I) {
|
||||
if (Src->hasOneUse())
|
||||
return false;
|
||||
|
||||
// Only do this xform is truncating is free.
|
||||
// Only do this xform if truncating is free.
|
||||
if (!TLI->isTruncateFree(I->getType(), Src->getType()))
|
||||
return false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user