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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210849 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index acffcf7cef4d98e15d7407ebfa28cdc85a18f2a5..1db9070267a039c232abb6d46462c19bd44ca934 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;