mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Delete a dead check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86eeeaf877
commit
87527c594f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user