fix clang format

llvm-svn: 208626
This commit is contained in:
Sebastian Pop 2014-05-12 20:24:26 +00:00
parent 6424e02fb2
commit b57c0990bc
1 changed files with 1 additions and 2 deletions

View File

@ -337,8 +337,7 @@ bool ScopDetection::isInvariant(const Value &Val, const Region &Reg) const {
return true;
}
bool
ScopDetection::hasAffineMemoryAccesses(DetectionContext &Context) const {
bool ScopDetection::hasAffineMemoryAccesses(DetectionContext &Context) const {
for (auto P : Context.NonAffineAccesses) {
const SCEVUnknown *BasePointer = P.first;
Value *BaseValue = BasePointer->getValue();