"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a0e1ee828a071b619324cab8ae438c7c3d5198d2"
Fix a bug in the TopoOrderRC comparison function.
The final tie breaker comparison also needs to return +/-1, or 0. This is not a less() function. This could cause otherwise identical super-classes to be ordered unstably, depending on what the system qsort routine does with a bad compare function. llvm-svn: 149549
Loading
Please register or sign in to comment