More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index 0f7475673a47ab6043555cc6736d5f399f999acb..f55988979959db06f02c748e50329154f82af4b5 100644 (file)
@@ -650,7 +650,6 @@ const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
     return RelevantLoops[D] = Result;
   }
   llvm_unreachable("Unexpected SCEV type!");
-  return 0;
 }
 
 namespace {