More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineSelect.cpp
index f1ea8ead1f97cc5d0b1f2c5f1e0d124a1efd4f8e..e727b2c592db31da7f0f42703d2d990d202ed040 100644 (file)
@@ -184,7 +184,6 @@ Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI,
       return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);
   }
   llvm_unreachable("Shouldn't get here");
-  return 0;
 }
 
 static bool isSelect01(Constant *C1, Constant *C2) {