"llvm/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "7fa503ef4aaddc1c31dd36d970aa6609383e1718"
Consistent use of the noduplicate attribute.
The "noduplicate" attribute of call instructions is sometimes queried directly and sometimes through the cannotDuplicate() predicate. This patch streamlines all queries to use the cannotDuplicate() predicate. It also adds this predicate to InvokeInst, to mirror what CallInst has. llvm-svn: 204049
Loading
Please register or sign in to comment