[llvm-commits] [llvm] r108092 - in /llvm/trunk/lib/Target/SystemZ: SystemZInstrInfo.cpp SystemZInstrInfo.h
Anton Korobeynikov
anton at korobeynikov.info
Sun Jul 11 10:03:32 PDT 2010
Hello, Jakob
Duplicate cases:
> + else if (SystemZ::GR32RegClass.contains(DestReg, SrcReg))
> + Opc = SystemZ::MOV32rr;
...
> + else if (SystemZ::GR32RegClass.contains(DestReg, SrcReg))
> + Opc = SystemZ::MOV32rr;
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list