From 7bc47020f68e6222a73f79bf295c4d64bb4d6c1b Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Tue, 22 Feb 2005 23:29:25 +0000 Subject: [PATCH] oops git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20278 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaISelPattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 2dd354102d4..426c4063668 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -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: -- 2.11.0