llvm-svn: 22309
This commit is contained in:
Andrew Lenharth 2005-06-29 13:35:05 +00:00
parent d0a2f0f95a
commit 4401049f05
1 changed files with 1 additions and 0 deletions

View File

@ -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!