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:
f4da945
)
thinko
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 29 Jun 2005 13:35:05 +0000
(13:35 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 29 Jun 2005 13:35:05 +0000
(13:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22309
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 1cb07f1e6b78257aa887463d46defa9bdd761526..6cba016e68370d7e0483e109447e41a3ee465479 100644
(file)
--- a/
lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/
lib/Target/Alpha/AlphaISelPattern.cpp
@@
-1819,6
+1819,7
@@
unsigned AlphaISel::SelectExpr(SDOperand N) {
Tmp2 = SelectExpr(N.getOperand(1));
BuildMI(BB, DestType == MVT::f64 ? Alpha::DIVT : Alpha::DIVS, 2, Result)
.addReg(Tmp1).addReg(Tmp2);
+ return Result;
} else {
ConstantSDNode* CSD;
//check if we can convert into a shift!