Skip ignored intrinsics.
commita219d8c79d0de8485616a524bb3762178ba24b60
authorMichael Kruse <llvm@meinersbur.de>
Tue, 29 Aug 2017 18:27:42 +0000 (29 18:27 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Tue, 29 Aug 2017 18:27:42 +0000 (29 18:27 +0000)
tree5d60ccfb0806aa5da6dee8e3e51300ad01538087
parentc2a6498eea39d080fd0ba197e4fee6ffb5bc4473
Skip ignored intrinsics.

Commit r252725 introduced a "return false" if an ignored intrinsics was
found. The consequence of this was that the mere existence of an ignored
intrinsic (such as llvm.dbg.value) before a call that would have
qualified the block to be an error block, to not be an error block.

The obvious goal was to just skip ignored intrinsics, not changing the
meaning of what an error block is.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@312020 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ScopHelper.cpp