mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 16:42:07 +00:00
Fix trailing whitespace from ScalarEvolution::print.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff6de36558
commit
9e7d9883b0
@ -4025,10 +4025,9 @@ void ScalarEvolution::print(raw_ostream &OS, const Module* ) const {
|
||||
OS << " --> ";
|
||||
SCEVHandle SV = SE.getSCEV(&*I);
|
||||
SV->print(OS);
|
||||
OS << "\t\t";
|
||||
|
||||
if (const Loop *L = LI->getLoopFor((*I).getParent())) {
|
||||
OS << "Exits: ";
|
||||
OS << "\t\t" "Exits: ";
|
||||
SCEVHandle ExitValue = SE.getSCEVAtScope(&*I, L->getParentLoop());
|
||||
if (!ExitValue->isLoopInvariant(L)) {
|
||||
OS << "<<Unknown>>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user