Delete a dead check.

llvm-svn: 100983
This commit is contained in:
Dan Gohman 2010-04-11 19:29:41 +00:00
parent b986aba6db
commit 7841a6ecd2
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ bool IVUsers::AddUsersIfInteresting(Instruction *I) {
// Get the symbolic expression for this instruction.
const SCEV *ISE = SE->getSCEV(I);
if (isa<SCEVCouldNotCompute>(ISE)) return false;
// If we've come to an uninteresting expression, stop the traversal and
// call this a user.