[SystemZ] Allow integer AND involving high words
[oota-llvm.git] / lib / Target / SystemZ / SystemZAsmPrinter.cpp
index b256ac5f0544c3d6959ac3cc895421ce28eb516d..d81180cd345bc3157b1e1cad931033caef6c9e5f 100644 (file)
@@ -127,6 +127,9 @@ void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
 
   LOWER_HIGH(IIHL);
   LOWER_HIGH(IIHH);
+  LOWER_HIGH(NIHL);
+  LOWER_HIGH(NIHH);
+  LOWER_HIGH(NIHF);
   LOWER_HIGH(OIHL);
   LOWER_HIGH(OIHH);
   LOWER_HIGH(OIHF);