[NFC] Fix formatting & typecast issue. Build succeeds.
authorSiddharth Bhat <siddu.druid@gmail.com>
Mon, 29 May 2017 11:00:31 +0000 (11:00 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Mon, 29 May 2017 11:00:31 +0000 (11:00 +0000)
commitede801ca2b7a4792c5b61fe69518c259593224c5
tree034fe2576b3e9eaf567d1d2ea8c04f9b569265a5
parent82f0801c1b2baaee5479e0f8fd0840392958ef9b
[NFC] Fix formatting & typecast issue. Build succeeds.

- Fix formatting in `RegisterPasses.cpp`.
- `assert` tried to compare `isl::boolean` against `long`. Explicitly
construct `bool` from `isl::boolean`. This allows the implicit cast of
`bool` to `long.

llvm-svn: 304146
polly/lib/Analysis/ScopInfo.cpp
polly/lib/Support/RegisterPasses.cpp