mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -33,7 +33,7 @@ bool IA64InstrInfo::isMoveInstr(const MachineInstr& MI,
|
||||
MI.getOperand(1).isRegister() && */
|
||||
"invalid register-register move instruction");
|
||||
if( MI.getOperand(0).isRegister() &&
|
||||
MI.getOperand(1).isRegister() ) {
|
||||
MI.getOperand(1).isRegister() ) {
|
||||
// if both operands of the MOV/FMOV are registers, then
|
||||
// yes, this is a move instruction
|
||||
sourceReg = MI.getOperand(1).getReg();
|
||||
|
Reference in New Issue
Block a user