[memdep] Switch a function to return true on success instead of false.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 7 Mar 2016 12:45:07 +0000 (12:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 7 Mar 2016 12:45:07 +0000 (12:45 +0000)
commitb32febe48e4ded76f515749107405d207add9ccb
tree9c01fd811a6516ca84033e5c7206271db4fe68ae
parent40e21f2a201484045a343bd7a8ea64acf5a944fd
[memdep] Switch a function to return true on success instead of false.

This is much more clear and less surprising IMO. It also makes things
more consistent with the increasingly large chunk of LLVM code that
assumes true-on-success.

llvm-svn: 262826
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp