projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d0108
)
oops
author
Andrew Lenharth
<andrewl@lenharth.org>
Tue, 22 Feb 2005 23:29:25 +0000
(23:29 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Tue, 22 Feb 2005 23:29:25 +0000
(23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20278
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelPattern.cpp
b/lib/Target/Alpha/AlphaISelPattern.cpp
index 2dd354102d479e985c20048eb69314bf5a570af7..426c4063668204237680d227a715e2fa20a0c415 100644
(file)
--- 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: