summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrFP.td
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-27 23:47:46 +0000
committerDan Gohman <gohman@apple.com>2010-02-27 23:47:46 +0000
commitbc9d98b52d008d857c7423d7b43fb32022b926a2 (patch)
treefbf82570dffebb24d7b0d9784494bb11affe5934 /lib/Target/SystemZ/SystemZInstrFP.td
parenta230f9623d864450d432bb76c397b0cb35a3437e (diff)
downloadllvm-bc9d98b52d008d857c7423d7b43fb32022b926a2.tar.gz
llvm-bc9d98b52d008d857c7423d7b43fb32022b926a2.tar.bz2
llvm-bc9d98b52d008d857c7423d7b43fb32022b926a2.tar.xz
The mayHaveSideEffects flag is no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZInstrFP.td')
-rw-r--r--lib/Target/SystemZ/SystemZInstrFP.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrFP.td b/lib/Target/SystemZ/SystemZInstrFP.td
index 336e20ed89..f46840c46c 100644
--- a/lib/Target/SystemZ/SystemZInstrFP.td
+++ b/lib/Target/SystemZ/SystemZInstrFP.td
@@ -58,7 +58,7 @@ def FMOV64rr : Pseudo<(outs FP64:$dst), (ins FP64:$src),
[]>;
}
-let canFoldAsLoad = 1, isReMaterializable = 1, mayHaveSideEffects = 1 in {
+let canFoldAsLoad = 1, isReMaterializable = 1 in {
def FMOV32rm : Pseudo<(outs FP32:$dst), (ins rriaddr12:$src),
"le\t{$dst, $src}",
[(set FP32:$dst, (load rriaddr12:$src))]>;