diff options
| author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-08 09:55:36 +0000 |
|---|---|---|
| committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-08 09:55:36 +0000 |
| commit | ce1c30ce39f6b1e3008376578d3cf593a4e90d87 (patch) | |
| tree | 44c22ea2a134eafb74967738cad9da8972d9face | |
| parent | dff0009d0ced62b92cb5900bc2203ec40142ba15 (diff) | |
| download | external_llvm-ce1c30ce39f6b1e3008376578d3cf593a4e90d87.zip external_llvm-ce1c30ce39f6b1e3008376578d3cf593a4e90d87.tar.gz external_llvm-ce1c30ce39f6b1e3008376578d3cf593a4e90d87.tar.bz2 | |
[SystemZ] Remove unwanted part from last commit
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
| -rw-r--r-- | lib/Target/SystemZ/SystemZISelLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp index b49e6a0..bf35946 100644 --- a/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -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 { |
