Remove an extraneous this-> to access the subtarget.
authorEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:38:20 +0000 (22:38 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:38:20 +0000 (22:38 +0000)
llvm-svn: 210849

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

index acffcf7..1db9070 100644 (file)
@@ -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;