[ScopInfo] Adapt indentation of instruction list printing.
commit66580335415fa3baaff09bf3f7b65c7b8f937711
authorMichael Kruse <llvm@meinersbur.de>
Sat, 22 Jul 2017 16:44:39 +0000 (22 16:44 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Sat, 22 Jul 2017 16:44:39 +0000 (22 16:44 +0000)
tree1558f71b45abd83aabd53d36f57a393ca9d54b78
parent1ca9fe12007be0aef9f190d6f9fefafc50cc7c6d
[ScopInfo] Adapt indentation of instruction list printing.

Change the indention of the last brace to align with the opening line.

Before:

            Instructions {
                  %val = fadd double %arg, 2.100000e+01
                  store double %val, double* %A
                }

After:

            Instructions {
                  %val = fadd double %arg, 2.100000e+01
                  store double %val, double* %A
            }

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@308828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScopInfo.cpp