thinko
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 29 Jun 2005 13:35:05 +0000 (13:35 +0000)
committerAndrew 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

index 1cb07f1e6b78257aa887463d46defa9bdd761526..6cba016e68370d7e0483e109447e41a3ee465479 100644 (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!