llvm-svn: 20278
This commit is contained in:
Andrew Lenharth 2005-02-22 23:29:25 +00:00
parent 3166471603
commit ccdfdd7aee
1 changed files with 1 additions and 1 deletions

View File

@ -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: