mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
[LIR] Reuse variable. NFCI.
llvm-svn: 267761
This commit is contained in:
parent
efd557cecd
commit
837b4a5338
@ -606,7 +606,7 @@ bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI,
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// If we're not allowed to hack on memset, we fail.
|
// If we're not allowed to hack on memset, we fail.
|
||||||
if (!TLI->has(LibFunc::memset))
|
if (!HasMemset)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Value *Pointer = MSI->getDest();
|
Value *Pointer = MSI->getDest();
|
||||||
|
Loading…
Reference in New Issue
Block a user