mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13d0108666
commit
7bc47020f6
@ -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…
x
Reference in New Issue
Block a user