summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.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/SystemZInstrInfo.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/SystemZInstrInfo.td')
-rw-r--r--lib/Target/SystemZ/SystemZInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrInfo.td b/lib/Target/SystemZ/SystemZInstrInfo.td
index 1891bba2aa..a44f6d9754 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.td
+++ b/lib/Target/SystemZ/SystemZInstrInfo.td
@@ -257,7 +257,7 @@ def MOV64rihi32 : RILI<0xEC0, (outs GR64:$dst), (ins i64imm:$src),
[(set GR64:$dst, i64hi32:$src)]>;
}
-let canFoldAsLoad = 1, isReMaterializable = 1, mayHaveSideEffects = 1 in {
+let canFoldAsLoad = 1, isReMaterializable = 1 in {
def MOV32rm : RXI<0x58,
(outs GR32:$dst), (ins rriaddr12:$src),
"l\t{$dst, $src}",