mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +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;
|
||||
|
||||
// If we're not allowed to hack on memset, we fail.
|
||||
if (!TLI->has(LibFunc::memset))
|
||||
if (!HasMemset)
|
||||
return false;
|
||||
|
||||
Value *Pointer = MSI->getDest();
|
||||
|
Loading…
Reference in New Issue
Block a user