projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f717f
)
Fix MUL64rm instruction asmprinting
author
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 14:04:38 +0000
(14:04 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 14:04:38 +0000
(14:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75976
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SystemZ/SystemZInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/SystemZ/SystemZInstrInfo.td
b/lib/Target/SystemZ/SystemZInstrInfo.td
index 740ac42124e915083281391c2c4ad2fae9dca50b..41489bcd6e8b368df3fcc24d7f2fbe97dcf17ee3 100644
(file)
--- a/
lib/Target/SystemZ/SystemZInstrInfo.td
+++ b/
lib/Target/SystemZ/SystemZInstrInfo.td
@@
-712,7
+712,7
@@
def MUL32rm : Pseudo<(outs GR32:$dst), (ins GR32:$src1, rriaddr:$src2),
"msy\t{$dst, $src2}",
[(set GR32:$dst, (mul GR32:$src1, (load rriaddr:$src2)))]>;
def MUL64rm : Pseudo<(outs GR64:$dst), (ins GR64:$src1, rriaddr:$src2),
- "msg
y
\t{$dst, $src2}",
+ "msg\t{$dst, $src2}",
[(set GR64:$dst, (mul GR64:$src1, (load rriaddr:$src2)))]>;
def MULSX64rr32 : Pseudo<(outs GR64:$dst), (ins GR64:$src1, GR32:$src2),