"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3f122a7636e134c4baf3719395d8690732f851c3"
Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]
Replace multiple comparisons of getOS() value with FreeBSD, NetBSD, OpenBSD and DragonFly with matching isOS*BSD() methods. This should improve the consistency of coding style without changing the behavior. Direct getOS() comparisons were left whenever used in switch or switch- like context. Differential Revision: https://reviews.llvm.org/D55916 llvm-svn: 349752
Loading
Please register or sign in to comment