[SystemZ] Allow integer OR involving high words
[oota-llvm.git] / lib / Target / SystemZ / SystemZAsmPrinter.cpp
index cb019494fd523cd7892cc53d8f6d57905fb845e6..64ff46b93784f63938a72480b4a90ab8800a5651 100644 (file)
@@ -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