summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/OrderedBasicBlockTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OrderedBasicBlock] Return false for comesBefore(A, A)Benjamin Kramer2017-06-021-0/+58
So far it would return true for the first uncached query, then cached queries return false. llvm-svn: 304545
OpenPOWER on IntegriCloud