Skip to content

Commit

Permalink
[SCEV] Fix control flow warning (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 3, 2023
1 parent e00c73c commit 3228a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Analysis/ScalarEvolution.cpp
Expand Up @@ -9817,6 +9817,7 @@ ScalarEvolution::getWithOperands(const SCEV *S,
case scCouldNotCompute:
llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
}
llvm_unreachable("Unknown SCEV kind!");
}

const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) {
Expand Down

0 comments on commit 3228a50

Please sign in to comment.