Reduce indention. NFC.
authorMichael Kruse <llvm@meinersbur.de>
Fri, 26 Feb 2016 16:08:24 +0000 (16:08 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 26 Feb 2016 16:08:24 +0000 (16:08 +0000)
commit37d136e48ef92780fb93ae34eb278893aef42c5f
tree7eb1b6b2c22c3229b6994bca336bc8d18aba60a9
parent7155be87cb7e3f17337f02e86837a68b97e1cba7
Reduce indention. NFC.

The functions buildAccessMultiDimFixed and buildAccessMultiDimParam were
refactored from buildMemoryAccess. In their own functions, the control
flow can be shortcut and simplified using returns.

Suggested-by: etherzhhb
llvm-svn: 262029
polly/lib/Analysis/ScopInfo.cpp