mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 06:46:33 +00:00
gitattributes: .png and .txt are no text files
llvm-svn: 187326
This commit is contained in:
parent
baf51e3e61
commit
983e785f17
2
polly/.gitattributes
vendored
2
polly/.gitattributes
vendored
@ -1,2 +1,4 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text eol=lf
|
||||
*.png -text
|
||||
*.pdf -text
|
||||
|
@ -229,9 +229,9 @@ bool ScopDetection::isValidCFG(BasicBlock &BB,
|
||||
|
||||
if (!isAffineExpr(&Context.CurRegion, LHS, *SE) ||
|
||||
!isAffineExpr(&Context.CurRegion, RHS, *SE)) {
|
||||
INVALID(AffFunc,
|
||||
"Non affine branch in BB '" << BB.getName() << "' with LHS: "
|
||||
<< *LHS << " and RHS: " << *RHS);
|
||||
INVALID(AffFunc, "Non affine branch in BB '" << BB.getName()
|
||||
<< "' with LHS: " << *LHS
|
||||
<< " and RHS: " << *RHS);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -468,8 +468,8 @@ Region *ScopDetection::expandRegion(Region &R) {
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG(if (LastValidRegion)
|
||||
dbgs() << "\tto " << LastValidRegion->getNameStr() << "\n";
|
||||
DEBUG(if (LastValidRegion) dbgs() << "\tto " << LastValidRegion->getNameStr()
|
||||
<< "\n";
|
||||
else dbgs() << "\tExpanding " << R.getNameStr() << " failed\n";);
|
||||
|
||||
return LastValidRegion;
|
||||
|
Loading…
x
Reference in New Issue
Block a user