OSDN Git Service

[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)
commit6d15e4501d50a09ed14356d158e649e501bc54e8
tree71b68649bcc65d3eb0e6a35088a60796814a6c2d
parent339c492cd009c6eef2f8dafd8f106bc3152fafb7
[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.

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