mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
minor bug fix
llvm-svn: 19850
This commit is contained in:
parent
ae8ce1856a
commit
227bc0e21a
@ -157,7 +157,7 @@ AlphaTargetLowering::LowerArguments(Function &F, SelectionDAG &DAG)
|
|||||||
case MVT::i32:
|
case MVT::i32:
|
||||||
case MVT::i64:
|
case MVT::i64:
|
||||||
BuildMI(&BB, Alpha::IDEF, 0, args_int[count - 1]);
|
BuildMI(&BB, Alpha::IDEF, 0, args_int[count - 1]);
|
||||||
argVreg.push_back(MF.getSSARegMap()->createVirtualRegister(getRegClassFor(MVT::i64))));
|
argVreg.push_back(MF.getSSARegMap()->createVirtualRegister(getRegClassFor(MVT::i64)));
|
||||||
argPreg.push_back(args_int[count - 1]);
|
argPreg.push_back(args_int[count - 1]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user