summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-08 09:55:36 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-08 09:55:36 +0000
commitd6c78e8f9f39088e462f4696bc36e3903e71bc49 (patch)
tree2aecb72031ae918720b67505e8bcb31bb8d783da /llvm/lib/Target/SystemZ
parentd54264c007f2581ebc855259fd5ff813166b9b97 (diff)
downloadbcm5719-llvm-d6c78e8f9f39088e462f4696bc36e3903e71bc49.tar.gz
bcm5719-llvm-d6c78e8f9f39088e462f4696bc36e3903e71bc49.zip
[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. llvm-svn: 185804
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index b49e6a0e217..bf359468e62 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud