aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 16:50:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 16:50:53 +0000
commit9e155d61da39b30bd11956f4f6ee55b8d4db65cd (patch)
tree05eeee62cc50b465b5c8a46f8c7b43afdc12fac1 /lib/Target
parent22f7d57dde5b0e2db990eed9f39b49d4d47eed1e (diff)
downloadexternal_llvm-9e155d61da39b30bd11956f4f6ee55b8d4db65cd.zip
external_llvm-9e155d61da39b30bd11956f4f6ee55b8d4db65cd.tar.gz
external_llvm-9e155d61da39b30bd11956f4f6ee55b8d4db65cd.tar.bz2
Convert bswap test to filecheck, add more test entries & convert stuff to filecheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-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 58ea46c..810d027 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.td
+++ b/lib/Target/SystemZ/SystemZInstrInfo.td
@@ -510,7 +510,7 @@ def BSWAP64rm : RXYI<0x0FE3, (outs GR64:$dst), (ins rriaddr:$src),
// [(truncstorei16 (bswap GR32:$src), rriaddr:$dst)]>;
def BSWAP32mr : RXYI<0xE33E, (outs), (ins rriaddr:$dst, GR32:$src),
"strv\t{$src, $dst}",
- [(truncstorei32 (bswap GR32:$src), rriaddr:$dst)]>;
+ [(store (bswap GR32:$src), rriaddr:$dst)]>;
def BSWAP64mr : RXYI<0xE32F, (outs), (ins rriaddr:$dst, GR64:$src),
"strvg\t{$src, $dst}",
[(store (bswap GR64:$src), rriaddr:$dst)]>;