summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-02-22 23:29:25 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-02-22 23:29:25 +0000
commitccdfdd7aee0b53034ba2810b40a7a421c240c7ff (patch)
treeb00eee90c1719f06d64a492186cd29a4756c3d9a
parent3166471603f29b8d75aedc024be5fc81af75d70b (diff)
downloadbcm5719-llvm-ccdfdd7aee0b53034ba2810b40a7a421c240c7ff.tar.gz
bcm5719-llvm-ccdfdd7aee0b53034ba2810b40a7a421c240c7ff.zip
oops
llvm-svn: 20278
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelPattern.cpp2
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:
OpenPOWER on IntegriCloud