forked from OSchip/llvm-project
Remove an extraneous this-> to access the subtarget.
llvm-svn: 210849
This commit is contained in:
parent
b1aaebecb1
commit
d90a8746df
|
@ -8913,7 +8913,7 @@ EVT PPCTargetLowering::getOptimalMemOpType(uint64_t Size,
|
|||
bool IsMemset, bool ZeroMemset,
|
||||
bool MemcpyStrSrc,
|
||||
MachineFunction &MF) const {
|
||||
if (this->Subtarget.isPPC64()) {
|
||||
if (Subtarget.isPPC64()) {
|
||||
return MVT::i64;
|
||||
} else {
|
||||
return MVT::i32;
|
||||
|
|
Loading…
Reference in New Issue