OSDN Git Service

Fix clang -Wsometimes-uninitialized warning in SCEV code
authorReid Kleckner <rnk@google.com>
Mon, 13 Nov 2017 18:43:11 +0000 (18:43 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 13 Nov 2017 18:43:11 +0000 (18:43 +0000)
commit7983d3bb323c637601d69bbd6e500365f294a91e
tree90031ae6945da43ca6e1be38586003b935be375b
parent461a9580a6cfacee24769f9e38531247dc066e68
Fix clang -Wsometimes-uninitialized warning in SCEV code

I don't believe this was a problem in practice, as it's likely that the
boolean wasn't checked unless the backend condition was non-null.

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