mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
oops
llvm-svn: 20278
This commit is contained in:
parent
1969249f13
commit
889efe4fb3
@ -760,7 +760,7 @@ unsigned ISel::SelectExpr(SDOperand N) {
|
||||
|
||||
// Put a pointer to the space into the result register, by copying the stack
|
||||
// pointer.
|
||||
BuildMI(BB, Alpha::BIS, 1, Result).addReg(Alpha::R30).addReg(Alpha::R30);
|
||||
BuildMI(BB, Alpha::BIS, 2, Result).addReg(Alpha::R30).addReg(Alpha::R30);
|
||||
return Result;
|
||||
|
||||
case ISD::ConstantPool:
|
||||
|
Loading…
Reference in New Issue
Block a user