mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
[SystemZ] Allow integer XOR involving high words
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -130,6 +130,7 @@ void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
LOWER_HIGH(OIHL);
|
||||
LOWER_HIGH(OIHH);
|
||||
LOWER_HIGH(OIHF);
|
||||
LOWER_HIGH(XIHF);
|
||||
|
||||
#undef LOWER_HIGH
|
||||
|
||||
|
Reference in New Issue
Block a user