diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-22 23:29:25 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-22 23:29:25 +0000 |
commit | ccdfdd7aee0b53034ba2810b40a7a421c240c7ff (patch) | |
tree | b00eee90c1719f06d64a492186cd29a4756c3d9a | |
parent | 3166471603f29b8d75aedc024be5fc81af75d70b (diff) | |
download | bcm5719-llvm-ccdfdd7aee0b53034ba2810b40a7a421c240c7ff.tar.gz bcm5719-llvm-ccdfdd7aee0b53034ba2810b40a7a421c240c7ff.zip |
oops
llvm-svn: 20278
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 2dd354102d4..426c4063668 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/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: |