summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZAsmPrinter.cpp
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-01 13:22:41 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-01 13:22:41 +0000
commit1c831f7f1f7e869516f5a70c1e6dd8896bef76f5 (patch)
tree82e0a7bbd60aa3a08606c30a23a759d9d6469612 /lib/Target/SystemZ/SystemZAsmPrinter.cpp
parent645d250b84fe0d097e7813b980ae58daeca2c2e6 (diff)
downloadllvm-1c831f7f1f7e869516f5a70c1e6dd8896bef76f5.tar.gz
llvm-1c831f7f1f7e869516f5a70c1e6dd8896bef76f5.tar.bz2
llvm-1c831f7f1f7e869516f5a70c1e6dd8896bef76f5.tar.xz
[SystemZ] Allow integer OR involving high words
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZAsmPrinter.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZAsmPrinter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZAsmPrinter.cpp b/lib/Target/SystemZ/SystemZAsmPrinter.cpp
index cb019494fd..64ff46b937 100644
--- a/lib/Target/SystemZ/SystemZAsmPrinter.cpp
+++ b/lib/Target/SystemZ/SystemZAsmPrinter.cpp
@@ -127,6 +127,9 @@ void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
LOWER_HIGH(IIHL);
LOWER_HIGH(IIHH);
+ LOWER_HIGH(OIHL);
+ LOWER_HIGH(OIHH);
+ LOWER_HIGH(OIHF);
#undef LOWER_HIGH