mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Fix an 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16a2c927e9
commit
ba70188f89
@ -3091,10 +3091,10 @@ ScalarEvolution::getBackedgeTakenInfo(const Loop *L) {
|
||||
if (It != Scalars.end()) {
|
||||
// SCEVUnknown for a PHI either means that it has an unrecognized
|
||||
// structure, or it's a PHI that's in the progress of being computed
|
||||
// by createNodeForPHI. In the former case, additional loop trip count
|
||||
// information isn't going to change anything. In the later case,
|
||||
// createNodeForPHI will perform the necessary updates on its own when
|
||||
// it gets to that point.
|
||||
// by createNodeForPHI. In the former case, additional loop trip
|
||||
// count information isn't going to change anything. In the later
|
||||
// case, createNodeForPHI will perform the necessary updates on its
|
||||
// own when it gets to that point.
|
||||
if (!isa<PHINode>(I) || !isa<SCEVUnknown>(It->second))
|
||||
Scalars.erase(It);
|
||||
ValuesAtScopes.erase(I);
|
||||
|
Loading…
x
Reference in New Issue
Block a user