[SystemZ] Remove unwanted part from last commit
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Mon, 8 Jul 2013 09:55:36 +0000 (09:55 +0000)
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Mon, 8 Jul 2013 09:55:36 +0000 (09:55 +0000)
I was originally going to use MVC for memmove too, but that's less of
a clear win.  Remove some accidental left-overs in the previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185804 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZISelLowering.cpp

index b49e6a0e2178912522b60a6db60b3228827a528b..bf359468e62aefd8c1c217a33e6422474472e5ad 100644 (file)
@@ -245,8 +245,6 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm)
   // We want to use MVC in preference to even a single load/store pair.
   MaxStoresPerMemcpy = 0;
   MaxStoresPerMemcpyOptSize = 0;
-  MaxStoresPerMemmove = 0;
-  MaxStoresPerMemmoveOptSize = 0;
 }
 
 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {